0 entries
0 entries
rodolfo
Posts: 1Questions: 1Answers: 0
How do I make: show 0 entries?
This discussion has been closed.
How do I make: show 0 entries?
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