Order data in columns
Order data in columns

Hi, is there an option to order filters in columns desceding? I have years column in datatable and in searchpanes column Year. I want to show year filter in searchpane desceding.
This question has accepted answers - jump to:
This discussion has been closed.
Answers
Hi @tgataric ,
SearchPanes used DataTables to display the options, so you can configure them using any DataTables configuration options by using
searchPanes.dtOpts
. I've written a live example as you've described.Hope this helps,
Sandy
Hi @sandy.
I modified your example and now is working
Sorry, I linked the wrong live page!
That is the correct code though