appsmith icon indicating copy to clipboard operation
appsmith copied to clipboard

fix: bug when editing a row the selected row doesn't change UI accordingly

Open prasad-madine opened this issue 5 months ago • 7 comments

Description:

When a column is editable, you can select a row and then click edit icon of another row, but selected row does not change. Expected: the new current editing row has to shown as selected row both programatically and in the UI.

I have raised this PR to fix the Bug when editing a row the selected row doesnt change accordingly

Issue Link

Screenshots:

Before resoving bug:

image

After resoving bug:

image

Summary by CodeRabbit

  • New Features

    • Introduced automated tests for the inline editing functionality of the table widget, ensuring a reliable user experience.
    • Enhanced state management for the table widget to consistently track the selected row index during edits, improving interactivity.
  • Bug Fixes

    • Improved UI responsiveness when editing table rows, ensuring that changes reflect accurately.

prasad-madine avatar Sep 10 '24 05:09 prasad-madine