Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using fnFilter i.e. in jquery.dataTables.columnFilter.js #5

Open
AlexKeySmith opened this issue Apr 23, 2014 · 2 comments
Open

Using fnFilter i.e. in jquery.dataTables.columnFilter.js #5

AlexKeySmith opened this issue Apr 23, 2014 · 2 comments

Comments

@AlexKeySmith
Copy link
Contributor

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.

@AlexKeySmith AlexKeySmith changed the title Making use of fnFilter Using fnFilter i.e. in jquery.dataTables.columnFilter.js Apr 23, 2014
@JocaPC
Copy link
Collaborator

JocaPC commented Apr 23, 2014

Hi,

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.

Regards,
Jovan

@AlexKeySmith
Copy link
Contributor Author

Thanks JocaPC, I'll see if I can give it a shot myself. I'm perhaps not familiar enough with the cide & datatables yet, but I'll see how far I get.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants