Sorting and searching issue_Using Datatables 1.9, colreorder, editable plugin

Sorting and searching issue_Using Datatables 1.9, colreorder, editable plugin

vnsweetyvnsweety Posts: 1Questions: 0Answers: 0
edited October 2012 in DataTables 1.9
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?
This discussion has been closed.