The Search option & Page Numbers are not showing!?
The Search option & Page Numbers are not showing!?
Greetings!
I'm using the DataTables Bootstrap 4 styling.
This is the website I'm using the table on: http://game-explorer.webege.com/Website/Quatro10/table.html
As you can see, the table is so long that it doesn't appear on the whole page. That is why there are pages. But problem is, why aren't they working? And the search button is also not working. All of it was working before I entered the data. Is there any amount of data limit I need to know of? My table has somewhat 50-70 entries right now and is that why it's happening? Because pages & search bar were showing up before I populated the table. Can someone be kind enough to look at the code and see if i'm doing something wrong? Thanks A LOT!
This question has an accepted answers - jump to answer
Answers
Fixed. For those who want to know, my datatable had two <td>'s missing.
looks like you are calling $("#example").DataTable() more than once. I get a reinitialization error when I look at your page.