interface TABLE {
    editable: boolean;
    key: string;
    label: string;
    sortable: boolean;
}

Properties

editable: boolean
key: string
label: string
sortable: boolean