Answer the question
In order to leave comments, you need to log in
How to display CSV in Webix Datatable?
Good afternoon, tell me what I'm doing wrong.
Basically, here is the code:
dtable = new webix.ui({
container: "box",
view:"datatable",
columns:[
{ id:"data0", header:"", width:50},
{ id:"data1", header:"Film title", width:200},
{ id:"data2", header:"Released" , width:80},
{ id:"data3", header:"Votes", width:100}
],
autoheight:true,
autowidth:true,
datatype:'csv',
url:"codebase/data.csv"
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question