How to show message on empty dataset
etrokal opened this issue · 1 comments
etrokal commented
I'm using the ajax load function from datatable and would like to show a message similar to "No records found", inside the table, using a colspan. I want to do this instead of showing an empty table. What is the easiest way of doing that?
GerkinDev commented
You can use the no-results
slot with the content you'd like to display.