mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| DataTable | ||
| _styles.scss | ||
| index.ts | ||
| TableContainer.tsx | ||
| TableContainerUtils.ts | ||