Full OData (open data protocol) support for Datatables
Full OData (open data protocol) support for Datatables
CedricDumont
Posts: 5Questions: 0Answers: 0
Hello,
Is there any support for datatables to send Odata queries directly to support filtering, paging... like a plugin.
exemple adding the url to the odata provider when building the datatables and the plugin handles the rest (paging, next, previous....)
If not I would like to create one, but as I am new to datatables, could someone point me to the correct path to handle this?
regards
Is there any support for datatables to send Odata queries directly to support filtering, paging... like a plugin.
exemple adding the url to the odata provider when building the datatables and the plugin handles the rest (paging, next, previous....)
If not I would like to create one, but as I am new to datatables, could someone point me to the correct path to handle this?
regards
This discussion has been closed.
Replies
Let us know if you manage to make any headway with it!
Allan
regards
Allan
If you plan to commit it in these two weeks, I'll wait.
regards
I found this post regarding odata support: http://www.datatables.net/forums/discussion/comment/39744
is this the right way to do? I am thinking of translating the aoData (which is an array of keypair to the actual $filter suported by odata.
regards
Allan
before coding this, are there any differences (in the aodata array) in the futur 1.10 version of datatables ? Will my code still be working when the 1.10 will be released?
Allan
Could you try this: http://vpllan.github.io/jQuery.dataTables.oData/ Integration should be simple and works on my examples.
Regards,
Jovan