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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.