Searchpanes server side : bug ?
Searchpanes server side : bug ?
Johndodev
Posts: 5Questions: 3Answers: 0
Hello,
I use searchpanes in serverside,
I read on this page : https://datatables.net/extensions/searchpanes/serverside the server may return 'total' and 'count', and datatable may display it according to searchPanes options, '"viewTotal" and "viewCount".
However, it seems to have a bug, it's like it's reversed. When I set viewTotal: false and viewCount true, the total is displayed.
Am I the onlyone ?
This question has an accepted answers - jump to answer
Answers
You can see it in action here. It seems to be working the way I'd expect.
Allan