Custom Renderer Calling Problem

Tags: #<Tag:0x00007f8b28c84b90>

Hi @aleksandra_budnik,

Let’s say I have a table with 5k rows. And 500 of them are filled with data. I have a custom renderer with one of my columns. When I edit a cell (might be empty or full already) this action calls my custom renderer about 500 - my filled rows count - times. How can I prevent that?

Hi @yusuf

sorry for such a delay in the response.

It might be better to use loadData() instead. Currently, each data entry rerenders all the cells in the table. Some of the performance tips may help, but we are all expecting the eco-renderers to speed up the process of loading cells and remove all the unnecessary calls.