Posted 13 February 2019, 2:28 am EST
Does anyone know of an example combining the Wijmo FlexGrid with Vue.js and Google Cloud Firestore?
I’m working my way through building my own, but I wouldn’t mind saving a little time.
Thanks,
-Luke
Forums Home / Wijmo / General Discussion
Posted by: lukescharf on 13 February 2019, 2:28 am EST
Posted 13 February 2019, 2:28 am EST
Does anyone know of an example combining the Wijmo FlexGrid with Vue.js and Google Cloud Firestore?
I’m working my way through building my own, but I wouldn’t mind saving a little time.
Thanks,
-Luke
Posted 15 February 2019, 1:22 am EST
Hi Luke,
We are sorry but we do not any sample demonstrating the use of FlexGrid with Firebase. However wijmo components are purely client based controls and their usage is completely independent of the backend service used.
For FlexGrid, all we have to do is fetch the JSON data of an array of objects type and assign it to the flexgrid’s itemsSource. We are free to fetch data in any way we want.
For getting started with FlexGrid, you may check out the following sample:
https://demos.wijmo.com/5/SampleExplorer/SampleExplorer/Sample/FlexGridIntro
Regards