GerkinDev/vuejs-datatable

How to show message on empty dataset

etrokal opened this issue · 1 comments

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?

You can use the no-results slot with the content you'd like to display.