I want to make a table sortable for at least a few columns of the table, not just one.
I found a tutorial from voguela that uses viewerComparator extended class, and on other sites I found a viewerSorter extended class…
What is the difference ?
which ones is used for what situation ??
Best regards
If you go the official documentation, you will find that it is recommended to use ViewerComparator instead of ViewerSorter as it is deprecated. It is mentioned here
Quoting from the docs:
and