Preselect SearchPane #2918
Unanswered
madmouse17
asked this question in
Q&A
Replies: 1 comment
-
Are you using the HTML builder? return $this->builder()
->setTableId('users-table')
->columns($this->getColumns())
->searchPanes([
'preSelect' => [
[
'rows' => ['Edinburgh', 'London'],
'column' => 2,
],
],
]) Not sure though if that feature support server-side. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How i used preselect in searchpane, like datatables example
https://datatables.net/extensions/searchpanes/examples/initialisation/preSelect.html
Beta Was this translation helpful? Give feedback.
All reactions