Sorting and searching issue_Using Datatables 1.9, colreorder, editable plugin
Sorting and searching issue_Using Datatables 1.9, colreorder, editable plugin
vnsweety
Posts: 1Questions: 0Answers: 0
Hi I'm using Datatables 1.9 and 'm new to jquery, when i tried to add a new column to the my existing code if i tried to sort/search it's returning nullpointer exception j
ava.lang.NullPointerException
at jquery.datatables.controller.DataTableAjaxDataSourceServlet$1.compare
code
case 4:
result = c1.getobj().compareToIgnoreCase(c2.getobj()) *
(param.sSortDir[i].equals("asc") ? -1 : 1);
Anyone else is facing the same issue?
ava.lang.NullPointerException
at jquery.datatables.controller.DataTableAjaxDataSourceServlet$1.compare
code
case 4:
result = c1.getobj().compareToIgnoreCase(c2.getobj()) *
(param.sSortDir[i].equals("asc") ? -1 : 1);
Anyone else is facing the same issue?
This discussion has been closed.