madmax983 / Lightning-Data-Grid

A data grid for Lightning Component Framework
MIT License
25 stars 13 forks source link

Eliminate Aura:If in Cell #47

Closed madmax983 closed 6 years ago

madmax983 commented 6 years ago

Eliminate the aura:if used in the cell component. Over a large set of data this will have a big performance impact.

madmax983 commented 6 years ago

So there is work in the no-cell-aura-if that is my general first stab at doing this. Not totally happy with the code, and really not happy with the amount of effort required to get rid of the two aura:ifs in cell.

I am also not seeing a super big performance boost. Wish there was a better way of benchmarking. I'll iterate on this a bit more, but don't think I will be merging anything anytime soon.