Datatable Plug-Ins with Rails
Datatable Plug-Ins with Rails
oprogfrogo
Posts: 6Questions: 0Answers: 0
I'm trying to use the sorting by 'Hidden title numeric sorting' but this is not sorting by the title's value but the actually displayed value. What am I doing wrong?
This is in the application.js:
//= require dataTables/js/jquery.dataTables
//= require datatables/extras/sorting/title-numeric
This is the table-cells:
20/192
30/192
10/192
This is in the application.js:
//= require dataTables/js/jquery.dataTables
//= require datatables/extras/sorting/title-numeric
This is the table-cells:
20/192
30/192
10/192
This discussion has been closed.
Replies
Absolutely no idea. As noted on the 'New Discussion' page, please link us to a page showing the issue, so we at least have a chance of being able to help :-)
Allan