Documentation

footer

enables/disables the footer in DataTable (disabled, by default)

boolean footer;

Example

webix.ui({
    view:"datatable",
    footer:true,
    ...
});

See also

Back to top