With jQuery DataTables, a table automatically shows the message, "No data available in table" if it is empty on loading.
I am using AJAX to delete some rows, and it may be that the table is emptied this way.
How can I set this "no data" message, when using jQuery .remove(), when the last row is removed from the data table?
Or should I be using an AJAX source for the table, and somehow recall the new data after doing a delete, to repopulate the table?