is there any way to allow, after the first request to sort a particular column, not to be listed first in ascending order, but first in descending order?
description: If I need to sort the column in descending order, it is necessary to first click on the column in ascending order and only then reload the table with the sorted data as I require. One not entirely nice solution that I use now is in the case of columns, where I require the reverse order, I simply swap the meaning ascending/descending when querying the DB. But the table does not show graphically correctly the arrow above the table in which direction I am sorting the data and it is necessary to intervene for the columns in CSS.
Is there a more elegant option?
Sorry for my easy English and thanks for any advice, Venca.