Response data |
{
draw: 'sequence number', // ex. '1'
recordsTotal: 'total records in table', // ex. '13'
recordsFiltered: 'total records in table', // ex. '13'
rc: '0',
msg: 'success',
data: [ // datatable record array
[ // datatable record
'<input type="checkbox">', // checkbox <input> element
'No', // sequence no ex. '1'
'page id in DB table', // ex. '1'
'page title', // ex. 'sample-page-eng'
'last update editor name', // ex. 'Linkoln Edgar', 'CMS' - if cms builtin administrator
'last update timestamp' // ex. '2013-09-02 15:04:33'
]
...
]
})
|