Does Webix work with Mysql database connection?. I had be reviewing the documents and examples and don´t found anything about mysql connection.
Thanks
Webix is a client side library, so it can’t interact with DB directly.
You can have some kind of server side script, that will load data from MySQL DB and output it as JSON or XML. Client side component can have address of such script as “url” parameter
In such case component will be able to load data from MySQL db indirectly.