Currently integrating Datatables.js with an ajax call for data retrieval.
The json response I'm receiving is as follows:
"success":true,"message":"","items":[{"id":"1","ip_address":"127.0.0.1","email...
My data is stored within the data.items array. Is there a simple way to set the index of the data response in the datatable?