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