MudBlazor / MudBlazor

Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
http://mudblazor.com
MIT License
8.07k stars 1.28k forks source link

MudDataGrid Export tools #8838

Open aboalkhair opened 6 months ago

aboalkhair commented 6 months ago

Feature request type

Performance improvement

Component name

MudDataGrid

Is your feature request related to a problem?

No response

Describe the solution you'd like

We want a powerful tool within the datagrid to export data (pdf, word, excel, csv, ...)

Have you seen this feature anywhere else?

No response

Describe alternatives you've considered

No response

Pull Request

Code of Conduct

github-actions[bot] commented 6 months ago

Thanks for wanting to do a PR, @aboalkhair !

We try to merge all non-breaking bugfixes and will deliberate the value of new features for the community. Please note there is no guarantee your pull request will be merged, so if you want to be sure before investing the work, feel free to contact the team first.

ScarletKuro commented 6 months ago

Duplicate of https://github.com/MudBlazor/MudBlazor/issues/6167 I will close this issue and assign you on https://github.com/MudBlazor/MudBlazor/issues/6167 if you are planning to make a PR. Also I will warn you ahead that this should only be abstraction layer that can export the data, but not have any destination format aka pdf, word, excel etc as we do not want any 3rd libraries.

ScarletKuro commented 6 months ago

Nvm, it looks like I can only assign team members for some reason, i will reopen, just reference this two issues in the PR so they get closed.

aboalkhair commented 6 months ago

Thanks @ScarletKuro But the issue [#6167] is just talking about exporting data to Excel. We want more than that.. like the availability to choose the file format we want to export (pdf, docx, csv, xlsx or printing immediately ) and so on.