How to read data from local(disk) file into datatable?

Disk file like Json, CSV, TXT etc…

Hello @OsmarMartinelli, I believe I’ve already replied to this very question asked by you not too long in our documentation. If you have missed it, here is my reply:

Hey Osmar, you can specify the url property inside of your datatable to define a path to your file, or use load to dynamically load the specified file.

Please take a look at the example of loading different data types inside the datatable: https://snippet.webix.com/045e83f8. Please note that you can also specify a path to your local file the same exact way.

You can read more about loading data inside the datatable here: https://docs.webix.com/datatable__loading_data.html.