gregnb / gregnb/mui-datatables
CSV and Filter Columns names takes from name column instead of Label column
Open
bug
enhancement
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
Technically The CSV column name should take the labels whatever displayed in the UI, but it is taking the response filed name.
const columns = [
{
name: "name",
label: "Name",
options: {
filter: true,
sort: true,
}
},
CSV and Filter columns should have "Name" instead of "name"
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.