Datatable layout getting changed on setting visibility to hidden/visible
Datatable layout getting changed on setting visibility to hidden/visible
adamtarshis
Posts: 9Questions: 0Answers: 0
Hi
I am trying to set the visibility of datatable to hidden/visible based on the user click. The datatable is implemented with pagination, scrolly options. Once i hide the datatable and make it visible, the layout seems to be completely distorted. I can use fnDraw but it is causing issues with fixed column plugin. Any idea on how to implement it.
Thanks.
I am trying to set the visibility of datatable to hidden/visible based on the user click. The datatable is implemented with pagination, scrolly options. Once i hide the datatable and make it visible, the layout seems to be completely distorted. I can use fnDraw but it is causing issues with fixed column plugin. Any idea on how to implement it.
Thanks.
This discussion has been closed.
Replies
Allan
If you are ok, i can attach the screen shot and code.
Do i need to set the visibility on the div which contains the table or the table itself?
Thanks.
> Do i need to set the visibility on the div which contains the table or the table itself?
I'd typically say the container.
Allan