is there any way to increase SearchPane modal height as it is fixed to the size of the DataTable
is there any way to increase SearchPane modal height as it is fixed to the size of the DataTable
newthings
Posts: 3Questions: 1Answers: 0
http://live.datatables.net/xekivawa/1/edit
when i use the searchpane with button extension (searchpane in modal) the container of the searchpane (modal) will fix its height to the height of the table, is there anyway to increase the container height to make it full screen
Answers
It is being caused by the
table-responsive
class from Bootstrap. Remove that and it uses the full height.Allan
but i need whole table all table-responsive does is add scroll for overflow-x
You could use our Responsive extension rather than Bootstrap's implementation.
Allan
i tried, it wont work for the table inside bootstrap modal as it automatically scrolls for every overflow content inside bootstrap modal