Files
gristlabs_grist-core/app/client/ui
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
..
2023-04-20 12:20:03 -04:00
2023-04-20 12:20:03 -04:00
2020-10-02 13:24:21 -04:00
2023-04-12 01:58:48 -04:00
2023-05-15 12:01:19 -04:00
2023-03-28 19:57:52 +02:00
2023-01-03 17:45:14 +01:00
2023-01-03 17:45:14 +01:00
2023-01-03 17:45:14 +01:00
2023-01-03 17:45:14 +01:00
2023-06-02 17:59:22 +02:00
2022-07-04 10:42:40 -04:00
2023-06-06 11:34:49 -04:00
2023-06-02 17:59:22 +02:00
2023-01-03 17:22:58 +01:00
2023-04-20 12:20:03 -04:00
2022-09-30 09:11:46 -07:00
2023-01-03 17:22:58 +01:00
2022-09-29 18:02:09 +02:00
2023-06-23 23:56:20 -04:00
2023-01-03 16:01:45 +01:00
2023-06-02 17:59:22 +02:00
2023-01-03 12:33:34 +01:00
2022-09-21 10:30:54 -04:00
2023-03-16 17:37:24 -04:00
2023-03-02 11:22:49 +01:00
2020-10-02 13:24:21 -04:00
2023-04-06 12:34:54 -04:00