Skip to content

TableActionsCellOptions🔗

Show actions in the cell

Definition🔗

export interface TableActionsCellOptions {
    type: common.TableCellDisplayMode.Actions;
}