Empty json result
Empty json result
jgauffin
Posts: 5Questions: 0Answers: 0
Returning json with no rows will cause DataTables to not remove the "processing..." text.
Example result:
{
"sEcho": 2,
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}
Example result:
{
"sEcho": 2,
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}
This discussion has been closed.
Replies
Allan