Hello All,
I have been trying to achieve excel type column multi select feature using JqxdataTable. Advance filter option provides this feature, however, the selection is not preserved when the filter column is changed. My requirement is to be able to do multi select on an already filtered dataset.
Name Country Profession
Santhosh India Engineer
John US Doctor
Chandran India Doctor
David US Engineer
On the above table if I apply advanced filter Name=[Santhosh, Chandran, David], will list the below.
Name Country Profession
Santhosh India Engineer
Chandran India Doctor
David US Engineer
Now I should be able to apply filter on the above dataset to filter country=India, so that only the first two rows is displayed.
However, currently if the filter is changed to country=India, previous filter of Name=[Santhosh, Chandran, David] is cleared.
Is there a workaround to apply multi select feature to an existing filtered dataset?
Any help is much appreciated.
Thanks,
Santhosh