I am getting problem in the resize of data table in pop up?
I am getting problem in the resize of data table in pop up?
Neeraj24
Posts: 35Questions: 4Answers: 0
when i maximze the data table it will not match with the parent popup .
This discussion has been closed.
Answers
when i maximize the size of the pop up then the data table size will not match with the parent pop up?
try columns.adjust() just after you maximize https://datatables.net/reference/api/columns.adjust()
i used
$('#container').css( 'display', 'block' );
table.columns.adjust().draw();
but its not working.