mui-datatables
mui-datatables copied to clipboard
Table is not being sorted
When clicking to sort the table nothing happens and no error is returned in the chrome console.
Expected Behavior
Expected table to be sorted in descending order.
Steps to Reproduce (for bugs)
My repository is private. But I will provide part of my code that does the table listing.
const columns: Column[] = [
{
name: "status",
label: "Status",
options: {
filter: true,
sort: true,
}
},
];
Your Environment
| Tech | Version |
|---|---|
| Material-UI | 4.11.3 |
| MUI-datatables | 3.7.6 |
| React | 17.0.1 |
Hey @renatoschroepfer, this should sort the table. Would you be able to provide a code sandbox or was the bug fixed for you ?
@renatoschroepfer Can you close the issue, if the issue was resolved.