Height of SearchPanes DIV
Height of SearchPanes DIV
joseoliveiraborlas
Posts: 80Questions: 8Answers: 3
Is it possible to automatically set the height of SearchPanes to occupy only the necessary lines, in Bootstrap 3? Via CSS perhaps? The most I could do was set a fixed height.
This question has an accepted answers - jump to answer
Answers
You could use the
columns.searchPanes.dtOpts
option to pass ascrollCollapse
option through to the DataTables that SearchPanes creates. Example.Allan
Perfect! Thank you Allan!