Performance. Table rerender, when typing in Column TextField. #1203
-
Hello everyone. When i typing in textfield (in columns) i see a little lag, full table rerender once. How can avoid rerendering full table? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Debouncing filter values is built in under the hood to prevent the total number of renders. When any of the state charges, the whole table will rerender. Nothing will change that. |
Beta Was this translation helpful? Give feedback.
-
@KevinVandy thank for answer! But can i do something, when i type in TextFilter, the table has lag for 0.5 seconds about (and i can do nothing)... Table has 100 rows and 8 columns. |
Beta Was this translation helpful? Give feedback.
Debouncing filter values is built in under the hood to prevent the total number of renders.
When any of the state charges, the whole table will rerender. Nothing will change that.