mui-datatable-delight
    Preparing search index...

    Type Alias SelectRowUpdateType

    SelectRowUpdateType: (
        type: "head" | "cell" | "custom",
        value: SelectedRowDataState | SelectedRowDataState[],
        shiftAdjacentRows?: SelectedRowDataState[],
    ) => void

    Type declaration