gristlabs_grist-core/app
Jarosław Sadziński 75d979abdb (core) Fixing cursor position for filtered linked section.
Summary:
In a selector table, when a selected row is filtered out of view, linked widgets should update based on the newly selected row.
There were a few bugs that contributed to this wrong behavior:
- Gridview wasn't subscribing to the current row id, and the row with id 'new' was being converted to the first row
- Cursor was keeping track of the currently selected row id, it was hiding a problem behind the proper rowIndex
- Undo/redo somehow leveraged the wrong rowId from the cursor during the position restore.

The `No data` text was also changed to be more meaningful.

Test Plan: Added and updated.

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D3937
2023-07-07 19:04:30 +02:00
..
client (core) Fixing cursor position for filtered linked section. 2023-07-07 19:04:30 +02:00
common (core) Fixing cursor position for filtered linked section. 2023-07-07 19:04:30 +02:00
gen-server (core) Add Support Grist page and nudge 2023-07-04 17:36:59 -04:00
plugin Use relative imports only in plugin folder (#328) 2022-10-26 10:41:38 -04:00
server (core) Fixing cursor position for filtered linked section. 2023-07-07 19:04:30 +02:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00