Datatable head and body is not aligned when using inside a tab view
Datatable head and body is not aligned when using inside a tab view

Datatable head and body is not aligned when using inside a tab view.it get corrected when clicking on head.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Sounds like you need to use
columns.adjust()
when the tab is displayed. See this example:https://datatables.net/examples/api/tabs_and_scrolling.html
Kevin