eli
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?
2 Likes
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
1 Like
eli
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!
1 Like
Not sure this is doable with the current datagrid element. I’ll add it to our roadmap though!
2 Likes
Dorian
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
February 15, 2024, 9:38am
7
Was this ever added? I would also like to do this.