Can I manually set the edit mode on a row in the datagrid element

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:

  1. Add the line to the data grid
  2. Put the newly added line into ‘edit’ mode
  3. 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! :wink:

Sorry for not being more helpful, we need to connect and that is all I have time for atm

1 Like

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

@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.

Was this ever added? I would also like to do this.