Hi,
I’m very new to webix and new generation website creation but I’m having a lot of fun so far with it. I’ve created a prototype website (no backend) with different components (combo, treetable, datatable, pie chart, etc…) and for now the data used by these components all come from static json files. From my understanding, it is possible to replace these files with “dynamic” json data returned by a REST call. Here is my questions:
- Am I right?
- Is it possible to do so with a website like mocky.io that generates static links with the json response I want?
Thank you.