escapes HTML strings in data
template | string | template string |
function | templating function |
webix.ui({
view:"datatable",
columns:[
{ id:"customer", format:webix.template.escape }
]
});
webix.template.escape
is related to template and hence can be used in all Data Templates in the app.