Responsive table after ajax reload collapses expanded row
Responsive table after ajax reload collapses expanded row
caligoig
Posts: 2Questions: 1Answers: 0
I am having issues with responsive datatables using ajax refresh.
In case when my columns are hidden by responsive, and user click on green circle to expand the row, if users, after that clicks on my ajax refresh button, expanded row is being collapsed.
Is there any way to prevent cells from being collapsed after ajax reload
I am calling ajax reload as table.ajax.reload( null, false )
Thanks
This discussion has been closed.
Answers
Can anyone help with this?