Can we sorting multiple columns by priority
Can we sorting multiple columns by priority
jmn3390
Posts: 1Questions: 1Answers: 0
For example I have columns: name, date, week, place
First render I have sort by "name" then "date" then "place" ->all sort by desc (query database)
but when Im click on table to change to sorting by asc for date how can we keep current sort of order columns and following sequence priority (something like we query data from database)
ex: name -> desc then date-> asc then place->desc
Answers
I'm not quite following, but take a look at
orderFixed
, that may do what you want. It allows a predefined search to applied before or after the user's searching.Colin