DataTables warning: table id=ExpiredRecordsTable - Requested unknown parameter '1' for row 0, column 1.
This is happen due to incorrect resposne where
user should return as blow is value is null or empty into your json data
$response =[
'data' => []
];
not=============
$response =[
'data' => 'some string value '
];