Datatable features are not working in my web project based on jsp servlet.

Datatable features are not working in my web project based on jsp servlet.

SharmaSharma Posts: 1Questions: 0Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
I am using datatable on my JSP page and I am getting show drop down on my web page but it is of no use, as full data is displayed on a single page, there is no use of a selection of no. of rows at a time using the drop-down box, not even it is searching anything in the search bar. There is a button for first, next, last, but of no use, because if I have 200 records then it is displayed on the single page no matters if we select 10, 25, or 50 in the drop-down box.

Please put some light on my case, where do I am going wrong.

Thanks,
Sharma

Replies

  • kthorngrenkthorngren Posts: 21,174Questions: 26Answers: 4,923

    Usually that means you have Javascript errors. Take a look at the browser's console for errors.

    Kevin

This discussion has been closed.