gregnb / gregnb/mui-datatables

the Downloaded content from CSV download is not consistent with the date filtered using the filters from filter table option

Open
#1,813 1 comment 0 reactions 0 assignees View on GitHub
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.

![filtlered data pic](https://user-images.githubusercontent.com/54070649/141318472-8f82b9d4-765f-408c-9e4a-95343292baff.png)
the above picture shows filtered data.Here count of records is 14.
![downlaod on csv](https://user-images.githubusercontent.com/54070649/141318562-9818f3a3-1b04-43eb-8486-6efb8080e7e0.png)
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.