Hi,
Referencing a previously asked question here - Conditional formatting using the Hot-Table component in Vue 3
I’ve noticed when I set conditional rendering on a cell as per the Fiddle above (I have about 600 rows and around 20 columns) it runs the Cells function every single time I even click once into a cell on the page i.e. traversing the entire dataset. Which is causing obvious performance issues and the whole thing just feels sluggish. I really don’t know why the Cells function would fire just by single-clicking into a cell.
Essentially using conditional formatting in any capacity makes the whole thing slow, am I missing something?
I’m personally just wanting to set a cell background colour in column A depending on it’s value. Is there a quicker way I’m missing?
Thanks!