gregnb / gregnb/mui-datatables

CSV and Filter Columns names takes from name column instead of Label column

Open
#444 1 comment 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.