fleet/frontend/components/TableContainer
RachelElysia b85fbcbc83
Table Checkboxes: Checkboxes uncheck only on success notification (#1707)
- Uses Context API to track state
- resetSelectedRows default to false and only momentarily becomes true upon successful notification

Several other ideas were explored and ruled out including: asyncDebounce (impossible approach), applying state throughout the app (not concise nor maintainable), modifications directly to DataTable only (react-table did not have the right key combinations to reset selected rows manually when we needed).

Closes #1540 

Co-authored by: @martavis
2021-08-18 16:58:56 -07:00
..
DataTable Table Checkboxes: Checkboxes uncheck only on success notification (#1707) 2021-08-18 16:58:56 -07:00
_styles.scss Manage Hosts Page: Empty page state (#1634) 2021-08-11 17:37:36 -04:00
index.ts Merge master into teams 2021-04-14 17:52:15 +01:00
TableContainer.tsx FleetUI: Update column sort options (#1680) 2021-08-16 16:02:00 -05:00
TableContainerUtils.ts Add several frontend, spiffier fixes to the Fleet UI (#1473) 2021-07-26 13:01:58 -04:00