template.empty

returns an empty string

function template.empty(string template);
templatestringtemplate string
functiontemplating function

Example

webix.ui({
    view:"datatable",
    columns:[
        { id:"customer", format:webix.template.empty }
    ]
});

Details

webix.template.empty is related to template and hence can be used in all Data Templates in the app.

See also
Back to top