I’m a beginner of web programming and I’m try to show some data using webix datatable.
But I have some questions.
How could I loading data for datatable dynamically?
For example, I request to some *.php, *.jsp, etc page for datatable’s data and
want to load this data in datatable.
of course, the return data’s type is JSONArray
How could I auto refresh for renewal datatable?
So, I want to renewal datatable for 5 seconds like…