mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
## Addresses #18881 and #18858 - Fix the bugs, memoize various props to optimize table rendering ## QA In addition to the bugs outlined in the addressed issue, this PR contains rendering optimizations. Please check these functionalities, which should be unaffected (and were so in my own testing) but should be double-checked: - [ ] create query - [ ] delete query - [ ] empty state - [ ] changing platform dropdown - [ ] different sort orders - [ ] delete query from table action - [ ] results count change ## Checklist for submitter - [x] Changes file added for user-visible changes in `changes/` - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com> |
||
|---|---|---|
| .. | ||
| ActionButton | ||
| DefaultColumnFilter | ||
| DropdownCell | ||
| HeaderCell | ||
| HostMdmStatusCell | ||
| InternalLinkCell | ||
| IssueCell | ||
| LinkCell | ||
| LiveQueryIssueCell | ||
| PerformanceImpactCell | ||
| PlatformCell | ||
| SoftwareNameCell | ||
| TextCell | ||
| TooltipTruncatedTextCell | ||
| _styles.scss | ||
| DataTable.tests.tsx | ||
| DataTable.tsx | ||