gregnb / gregnb/mui-datatables
Table is not being sorted
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
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 |
Contributor guide
No contributing guide indexed for this repository
Research direction
No repository file, test, or entry point is identified; start by reproducing the reported table configuration with Material-UI 4.11.3, MUI-Datatables 3.7.6, and React 17.0.1. Done means clicking the status column sorts the table in descending order without console errors, but the private repository and incomplete reproduction must be resolved first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100