frozaelf / jquery-datatables-column-filter

Automatically exported from code.google.com/p/jquery-datatables-column-filter
0 stars 0 forks source link

Server side Processing is not working #166

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When i am trying to use your column filtering,   its not working the server 
side processing of data.  can you help me on this issue.  

It  doesnot generate an error in js.  eventhough the querying feature is not 
working.  

http://localhost/dtphp/dtc/server_processing.js?_=1417421885629&sEcho=2&iColumns
=5&sColumns=&iDisplayStart=0&iDisplayLength=10&sSearch=&bRegex=false&sSearch_0=&
bRegex_0=false&bSearchable_0=true&sSearch_1=m&bRegex_1=false&bSearchable_1=true&
sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchab
le_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&iSortingCols=1&iSortCol_0
=0&sSortDir_0=asc&bSortable_0=true&bSortable_1=true&bSortable_2=true&bSortable_3
=true&bSortable_4=true&sRangeSeparator=~

this is the ajax responses, which i copied from browsers developer view

It stopped on the Ajax processing, there after no changes in the screen.  

Original issue reported on code.google.com by kvvara...@gmail.com on 1 Dec 2014 at 8:19

GoogleCodeExporter commented 8 years ago
I got the same issue.

It just stops on processing flag and nothing else.

And even this page is not working for me:

http://jquery-datatables-column-filter.googlecode.com/svn/trunk/serverSide.html

Maybe a plugin issue.

Original comment by marceloq...@gmail.com on 6 Dec 2014 at 1:44