Is it possible to have a field in my data array with the visibility status of each item and make slickgrid draw only the rows with visibility field true?
I have a large dataset and need to delete several items from my array and the delete operation is slow, but if I could mark the items as invisible, instead of delete, I think it will speed things up. I'm already using filters so I can't use a filter to hide the items...