DataTables layout
DataTables layout
magellano
Posts: 3Questions: 1Answers: 0
Is it possible to add two elements in layout dom structure?
- sideStart and sideEnd
to put elements on the left/right of the table.
Thanks
Answers
No - sorry, that is not something that
layout
is designed to do. The best way is to put a wrapper around the table and lay it out as you need.Allan
It would be more simply to put searchpanes on the left...
This example has the searchPanes on the left (vertical) - https://datatables.net/extensions/searchpanes/examples/customisation/verticalPanes.html
Already saw it, but in my layout the old dom method worked fine marking up the searchpanes and the table, this one not (table.searchpanes are null, maybe for servermode = true)