Server side + custom data source
Server side + custom data source
![alrick](https://secure.gravatar.com/avatar/fd864a466e8c4f164dcced51ab062f8b/?default=https%3A%2F%2Fvanillicon.com%2Ffd864a466e8c4f164dcced51ab062f8b_200.png&rating=g&size=120)
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.