hello,
I populate a wix table by code - without a dataset
Is there a way to sort/filter this table?
hello,
I populate a wix table by code - without a dataset
Is there a way to sort/filter this table?
Of course there is!
Take a look at the following methods:
WixDataFilter
WixDataSort
WixDataQuery
Hope it helps!
Doron.
Hi Doron,
Unfortunately, those methods do not help!
I’ll try to better explain.
I do use a DataQuery and a DataFilter and a DataSort in order to populate a Wix list (of type table).
Once this Wix table was populated from the DB Collections, I just want to perform some sorting on it, and I can’t without having to access the DB collections again.
Furthermore, since i need to bring data from 2 different collections and display them both into one Wix table, i have to go through Array handlings
Please let me know if there is any solution to my problem