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

newthingsnewthings Posts: 3Questions: 1Answers: 0
edited July 2022 in Free community support

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

  • allanallan Posts: 61,438Questions: 1Answers: 10,049 Site admin

    It is being caused by the table-responsive class from Bootstrap. Remove that and it uses the full height.

    Allan

  • newthingsnewthings Posts: 3Questions: 1Answers: 0

    but i need whole table all table-responsive does is add scroll for overflow-x

  • allanallan Posts: 61,438Questions: 1Answers: 10,049 Site admin

    You could use our Responsive extension rather than Bootstrap's implementation.

    Allan

  • newthingsnewthings Posts: 3Questions: 1Answers: 0

    i tried, it wont work for the table inside bootstrap modal as it automatically scrolls for every overflow content inside bootstrap modal

Sign In or Register to comment.