#35792·appsmith

When editing a row, the selected row doesn't change accordingly

Author: carinanfonsecaCreated Aug 20, 2024Updated Aug 28, 2026
LabelsWidgets ProductTaskTable Widget V2Inviting ContributionWidgets & Accelerators PodQuery Widgets & IDE Pod

When a column is editable, you can select a row and then click edit icon of another row, but selected row does not change.

Steps:

  1. Make a col editable
  2. Select a row
  3. Click edit row of another row.
  4. the selected row value does not change in the UI or code

Expected: the new current editing row has to shown as selected row both programatically and in the UI.