Hi all!
I have been trying to get the KTDatatable component to work but no joy so far.
I did look through all the documentation I could find on the KTDatatables and the only real documentation I found (https://preview.keenthemes.com/metronic8/vue/docs/#/kt-datatables) does only have boilerplate html en JS code in it and these are the ones I'm using, the one with the loading to be specific.
The loading prop however is working perfectly fine.
I'm able to get the the component on my page en it works perfectly fine if I load static data.
Once I do a call my api and put the :table-data prop to users where users is an array. Containing an empty array at first but it gets updated once the data from the api is returned.
The :table-data gets updated in the component as it should but the const getitems never gets recomputed thus no rows are shown in the datatable.
Is there something I'm missing at my part or am I doing something wrong?