#delete row in table inline editing

1 messages · Page 1 of 1 (latest)

leaden tide
#

Hey. Just checking if it's possible to delete a row, or is it out of scope of inline editing? meaning we have to do it ourselves?

nocturne ridgeBOT
#

Hi There!
Thanks for reaching out to us. One of our engineers will be with you shortly.

If you are stuck with an issue/error, please help us with following information.

  1. Which version of Appsmith are you on?
  2. Provide screenshots/screen recordings of the original error/code snippet.
  3. Add details about your use case and provide steps to reproduce the issue, if
    possible.
nocturne ridgeBOT
#

Hi! You would need to implement this functionality either by using a button
column that triggers the delete action or by enabling multi-row selection and
triggering the delete action on click of a button widget.

leaden tide
#

ok thanks