Forcing q-table footer to be open when there is no data
-
I was wondering if there was a way to force the footer on a q-table to be open even when there are no results
I want the footer to display like below:
-
@nwschaffer1173 use
no-data
slot.<q-table ...> <template #no-data> <q-btn .../> ...
-
Thank you!