Server side + custom data source

Server side + custom data source

alrickalrick Posts: 2Questions: 2Answers: 0

Hi there,

I'm using datatables server side, I need to set "draw", "recordsTotal" and "recordsFiltered".
I'm using "dataSrc": "custom" option too.

My question is simple, where should the params such as draw, etc.. be? At the root of my json or under "custom/"?

At the moment all params are under custom/ and the info of records count aren't working.
If it has to be at root by default even with "dataSrc" set, is there a way to customize the path as for dataSrc?

Thanks

This discussion has been closed.