Hey wix team, coders,
Is it possible to disconnect wix table from the dataset during a sequential filter and sort operation and connect it back after the operation using code?
My problem is this:
I have a table and a dataset connected to it. I have situations where multiple filter and sorting operations need to be done on the dataset. But this is creating small visual table refreshes and users can see the sequential operation being done by looking at the table and its loading indicator. This is a little issue in case of big datasets with multiple filter and sorting operations.
So my idea is to disconnect the table before the multiple sequential operation and connect it back to the dataset when operation is done. Is it possible or is it a good idea??
Thanks