show entries and sorting columns not working
show entries and sorting columns not working
fueru
Posts: 4Questions: 1Answers: 0
in DataTables
Link to test case: https://live.datatables.net/clone/7833/edit
Debugger code (debug.datatables.net): https://debug.datatables.net/utipaq
Error messages shown: none
Description of problem: Show entries is not working and sorting columns neither. It its weird, I've triple checked almost everything on it but still not working properly.
Replies
DataTables only supports a single
tbody
per table. Just move all your body rows into a single tbody and it will work.Allan