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