ngx-datatable
ngx-datatable copied to clipboard
fix(datatable-body): avoid multiple calculations and update properly on changes
This starts to improve the issues caused by the many setters and getters, while it does not fully solve some of the OnPush issues I encountered, it at least helps with some them.
@chintankavathia It seems due to the bottomSummaryRowsStyles = computed(() the cache is prematurely accessed.
@chintankavathia It seems due to the
bottomSummaryRowsStyles = computed(()the cache is prematurely accessed.
Just made it wait for it
@chintankavathia Before I go ahead here, can you check if it conflicts with something?