Type alias listCellStype

listCellStype: {
    cell?: string | object;
    header?: string | object;
    strangeStyle?: string | object;
}

styles optional for formating header and cell in the list

Type declaration

  • Optional cell?: string | object

    Optional style for single cell in the line

  • Optional header?: string | object

    optional style for column header

  • Optional strangeStyle?: string | object

    Optional style used for strange column