appsmith
appsmith copied to clipboard
fix: bug when editing a row the selected row doesn't change UI accordingly
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:
After resoving bug:
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.