dandelion / dandelion-datatables

Dandelion component for DataTables
http://dandelion.github.io/components/datatables/
Other
110 stars 49 forks source link

Export: provide some views available with the Spring ContentNegotiationViewResolver #182

Closed tduchateau closed 9 years ago

tduchateau commented 10 years ago

Issue by tduchateau from Friday Jul 26, 2013 at 17:25 GMT


The new export strategy added in the v0.9.0 proposes to use controllers instead of servlet filters.

It could be great to provide some utility classes available with the Spring ContentNegotiationViewResolver as AbstractDatatablesPdfView, AbstractDatatablesXlsView, ...

All of them would be configurable using both XML and JavaConfig.