eli
(Eli Beachy)
April 24, 2023, 10:27pm
1
Hey there! I’m building this little line item functionality where the user can click to add a line to the data grid. What I’d like to do is:
Add the line to the data grid
Put the newly added line into ‘edit’ mode
Set focus to the description input.
Is this possible?
jaredgibb
(jared gibb)
April 24, 2023, 11:35pm
2
Yeah dude, give the input a predictable ID based on row # and write some JavaScript!
Sorry for not being more helpful, we need to connect and that is all I have time for atm
eli
(Eli Beachy)
April 25, 2023, 3:26am
3
First I need to figure out how to put that row in edit mode lol Btw, sent you a dm on twitter about our little Bubble <> Xano project. Let’s catch up on that and WeWeb!
Quentin
(Quentin Durantay)
May 2, 2023, 9:27am
4
Not sure this is doable with the current datagrid element. I’ll add it to our roadmap though!
Dorian
(Dorian Workman)
July 16, 2023, 11:16pm
5
@eli Did you ever solve this? I am trying to do the same thing.
@jaredgibb can you elaborate please?
Has this already been implemented?
I want to do the same thing.
ianc
(Ian Cameron)
February 15, 2024, 9:38am
7
Was this ever added? I would also like to do this.