PromucFlow_constructor/app/client/src/entities/AppsmithConsole
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
..
action.ts
binding.ts
eval.ts
index.ts chore: Table performance improvement (#20983) 2023-03-30 10:24:29 +05:30
logtype.ts feat: Split evaluation and linting (#17287) 2022-11-03 14:53:15 +05:30
widget.ts