You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking to use jquery.dataTables.columnFilter.js plugin (from the DataTables site) with the oData plugin.
Although it seems to trigger going to the server side, I haven't had much luck so far getting it to do the server-side filtering.
I'm not sure if it's something that should work and I'm missing a config option, or whether it's not a feature at the moment? I thought I'd better ask first before digging in to deep in case I'm going down the wrong route.
The text was updated successfully, but these errors were encountered:
AlexKeySmith
changed the title
Making use of fnFilter
Using fnFilter i.e. in jquery.dataTables.columnFilter.js
Apr 23, 2014
In this version they do not work together. Column filter set oParams.sSearch_0, oParams.sSearch_1, to values of individual filters, etc. However, OData connector currently use oParams.sSearch in line 65.
It will be supported in some future version.
I was looking to use jquery.dataTables.columnFilter.js plugin (from the DataTables site) with the oData plugin.
Although it seems to trigger going to the server side, I haven't had much luck so far getting it to do the server-side filtering.
I'm not sure if it's something that should work and I'm missing a config option, or whether it's not a feature at the moment? I thought I'd better ask first before digging in to deep in case I'm going down the wrong route.
The text was updated successfully, but these errors were encountered: