How to sort tables differently when screen size is less than 600px.
How to sort tables differently when screen size is less than 600px.
Chrom
Posts: 44Questions: 15Answers: 1
The tables are sorted by a column but how could I remove that sorting when screen size is lower than 600px? (client side processing)
Answers
Something like this could work.
Be sure to remove the "order" option from the table configuration as well. This way the window size is checked when the table is initialized and also when columns are hidden / shown and when the responsive extension does a resizing.