columnFilter plugin with server side data
columnFilter plugin with server side data
Hi I'm trying to get the column filter plugin working with datatables using server side data. There is an example posted here: http://jquery-datatables-column-filter.googlecode.com/svn/trunk/serverSide.html although it's not working (being hung on the processing step. Chrome developer tools reveals a couple of errors:
Failed to load resource: the server responded with a status of 404 (Not Found) http://jquery-datatables-column-filter.googlecode.com/svn/trunk/media/css/themes/smoothness/jquery-ui-1.7.2.custom.css
Uncaught TypeError: Cannot read property 'length' of undefined jquery-datatables-column-filter.googlecode.com/svn/trunk/media/js/jquery.dataTables.js:1905
I've also attempted to get a version working in jsbin here: http://jsbin.com/worem/3/. This example seems to at least format the data correctly initially, but then hangs when any filter is specified or if any other button is clicked.
I'm totally stuck, so any help with how to go about debugging this or suggestions for how to get this working would be greatly appreciated...