SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.footer  property

Style Set for the footer area of grid. 

Getter
function footer(): GridStyles
Setter
function setFooter(value: Object|GridStyles)

 

Code -1
    grid.setStyles({
        footer: {
            borderLeft: "#ff000000, 2",
            borderRight: "#ff000000, 2",
            borderTop: "FF000000, 2",
            borderBottom: "#ff000000, 2"
        }
    });
See also
header
footerGroup
Examples
Row Grouping