gregnb / gregnb/mui-datatables
the Downloaded content from CSV download is not consistent with the date filtered using the filters from filter table option
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
## Expected Behavior
the data which download from CSV download should be the same as displayed data after filtering is done.
## Current Behavior
After filtering the data using filters the displayed data is not the same as the data shown on CSV download.
Here the downloaded csv is showing the entire table content.

the above picture shows filtered data.Here count of records is 14.

the above picture shows the download date from CSV is shown is excel view, the count is 28.
here CSV download is done after filtering,
there is variance in the count of records.
the records should be consistent.
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue in mui-datatables by applying filters through the filter table option, then using CSV download and comparing the downloaded row count with the displayed count. The fix is complete when the CSV contains the same filtered records as the table instead of the entire table content.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100