## Description Several changes made to enhance the table performance: - Batch updates of meta properties to limit the number of rerenders - Removed expensive comparator operations. - Memoised components which are not susceptible to updates. - Table filter code optimisation to limit the number of times setState is triggered. Fixes #20910 |
||
|---|---|---|
| .. | ||
| propertyConfig | ||
| reactTableUtils | ||
| derived.js | ||
| derived.test.js | ||
| index.tsx | ||
| parseDerivedProperties.ts | ||
| propertyUtils.test.ts | ||
| propertyUtils.ts | ||
| utilities.test.ts | ||
| utilities.ts | ||