omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
260 stars 114 forks source link

Make exporters provide a MIME type #319

Closed gmta closed 10 months ago

gmta commented 10 months ago

This allows us to set a correct Content-Type header in the BinaryFileResponse. If we don't do this, the user is required to have automatic MIME type detection available, such as provided by symfony/mime.

Closes #316

curry684 commented 10 months ago

Test failure seems unrelated, thanks!

curry684 commented 10 months ago

Fyi: https://github.com/omines/datatables-bundle/releases/tag/0.8.0-rc.2