PromucFlow_constructor/app/client/src/widgets/TableWidgetV2/component/header
Vemparala Surya Vamsi 99afdcc2c4
chore: Table performance improvement (#20983)
## 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
2023-03-30 10:24:29 +05:30
..
actions chore: Table performance improvement (#20983) 2023-03-30 10:24:29 +05:30
banner chore: Table performance improvement (#20983) 2023-03-30 10:24:29 +05:30
index.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
TableColumnHeader.tsx chore: Table performance improvement (#20983) 2023-03-30 10:24:29 +05:30
VirtualTableInnerElement.tsx fix: column dragging and column reordering (#20928) 2023-03-05 19:49:44 +05:30