Order of panes within Searchpanes

Order of panes within Searchpanes

badijdbadijd Posts: 9Questions: 4Answers: 0

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

Answers

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    Answer ✓

    Currently no - sorry. It is a nice idea though and something I'll look at for the future.

    Allan

Sign In or Register to comment.