Documentation

math

enables math formulas in DataTable

boolean math;

Example

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

See also

Back to top