Datatable example/numbering pages does not work
Datatable example/numbering pages does not work
Hello,
I just wanted to try out datatables with a simple example. I copied the alt_pagination.html source in my JEE-Webapp. The Table and content is ok, but there are no page numbers to see. Js- and Css-Files are imported/linked as in the example except for a different path, which I adjusted to my own. So what else do I have to do for getting work the example with page number-links in my JEE-Webapp?
Thanks for an answer
I just wanted to try out datatables with a simple example. I copied the alt_pagination.html source in my JEE-Webapp. The Table and content is ok, but there are no page numbers to see. Js- and Css-Files are imported/linked as in the example except for a different path, which I adjusted to my own. So what else do I have to do for getting work the example with page number-links in my JEE-Webapp?
Thanks for an answer
This discussion has been closed.
Replies
Allan
The solution to my problem was quite simple. Apparently I picked up the wrong DataTables.js-file from the downloaded zip. When I replaced it with jquery.dataTables.min.js from the media-folder it worked.