Multi-tab database does not work
Multi-tab database does not work
Nazanin_eb
Posts: 12Questions: 3Answers: 0
Hi. I'm trying to use multi-tab datatable of this document 'https://datatables.net/examples/api/tabs_and_scrolling.html' in view. but it doesn't work.
This discussion has been closed.
Answers
Looks like the first table is stuck at
Loading
. First place to look it the browser's console for errors.To help debug will will need to see the problem happen. Please post a link to your page or a running test case showing the issue.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
this is my code:
<head>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdn.datatables.net/1.10.22/css/dataTables.bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/responsive/2.1.1/css/responsive.bootstrap.min.css">
</head>
I'm trying post my code. But it is not shown correctly
We're not asking you to post code. We're asking for a running test case.