Order of panes within Searchpanes
Order of panes within Searchpanes

Using Searchpanes and would like to display columns (panes) in any order desired and not based on the column header name.
Ex: I would like for the forth column to be displayed as the first pane in Searchpanes.
columnDefs: [
{searchPanes: { show: true }, targets: [3,2,6,5,1] },
{searchPanes: { show: false }, targets: [0,4] }
]
Is this possible?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Currently no - sorry. It is a nice idea though and something I'll look at for the future.
Allan