Skip to content

sortThirdClickReset doesn't work in global option, only per column option #2049

@blafjoll

Description

@blafjoll

sortThirdClickReset: true

Doesn't work in global option:
const options = {
sortThirdClickReset: true
}

Only works per column option:
const columns = [
{name:"name", label: 'Name', options:{sortThirdClickReset: true}},
{name:"address", label: 'Address'}
];

<MUIDataTable
...
columns={columns}
options={options}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions