I have created a Custom renderer for a column .the created custom renderer is executed even when i change another column cell value.
This execution is happening multiple times.
like if i have a table with 3 rows ,3 columns and i have custom renderer for one column
then when i change the one cell value then custom renderer is getting executed 9 times instead of one time for that respective cell
is this by design?
if yes is there a way to avoid this redundant execution
i.e. when i make change in cell value only that cell related custom renderer should get executed.
similar to this below issue
please find below link for example
edit first name column and check in "Execution Count " Print in console
This is not an issue. It was intended while creating.
After some time we decided that we should also allow users to pick cells to be rendered so we are preparing the eco-rendering system. However, it is not finished yet.
could you please tell us the tentative date by which eco-rendering system.this information will be helpful in deciding to for PRO version or non PRO version?
In the next version we’ll add a little change that will boost performance for scrolling. As the eco-rendering is a complex task we are postponing it. Each time we want to start there are some smaller issue that we need to fix before.
I highly encourage to check our Zenhub board for updates