returns HTML string for sparklines in a cell
item | object | the data item |
common | string | the datatable type |
data | array | an array with sparklines data |
column | object | the column configuration |
index | number | the item index |
string | HTML string for sparklines in a cell |
var html = webix.Sparklines.template(item,common,data,column,index);