Data Table shows 'No data available to show'
-
Hi All,
I am new to Quasar framework and started with some sample application.
I want to use data table, i have created component with required methods to fetch data from server and assign it to variable.I am get data from server but on table its showing message that no data available to show.
Seems I am missing something basic but could not figure our.[0_1493576986046_tempData.vue](Uploading 100%)[0_1493577047709_tempData.vue](Uploading 100%) -
Sorry, not a great answer but this project successfully uses data tables, might help to compare? https://github.com/odranoelBR/vue-quasar-admin-example
-
Guard q-data-table with a v-if until data is available.
-
@rstoenescu Thanks… it resolved issue. Working on SPA with Quasar as frontend and Loopback as Rest based backend… Quasar looks promising with all required features for SPA.