How to create datatable with vuetifyjs tabs?
How to create datatable with vuetifyjs tabs?

Hi,
I'm trying to create data-table with vuetifyjs. In the active tab working correctly but in other tabs not working. Here are the sample code https://codepen.io/yurenlimbu/pen/BXBBXb. How to fix it?
Your help will be much appreciated.
This discussion has been closed.
Answers
Looks like you need to use
columns.adjust()
as shown in this example:https://datatables.net/examples/api/tabs_and_scrolling.html
Kevin