Hello: I am not 100% clear on the question. Are you asking how to customize the EmptyRecords message when there are no results returned to your DataTable? If so this is a language option you can modify, ref https://datatables.net/examples/basic_init/language.html
If you simply don't want to show any data, 0 entries, then don't provide a data source OR if you do, see that a condition is supplied that will results in Zero records.
Answers
Hello: I am not 100% clear on the question. Are you asking how to customize the EmptyRecords message when there are no results returned to your DataTable? If so this is a language option you can modify, ref https://datatables.net/examples/basic_init/language.html
If you simply don't want to show any data, 0 entries, then don't provide a data source OR if you do, see that a condition is supplied that will results in Zero records.
HTH,
John