dandelion / dandelion-datatables

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

export attribut of jsp tag "tables" breaks theme. #267

Closed autra closed 9 years ago

autra commented 10 years ago

Hello !

I have an issue with the export option : using it breaks jquery theme

Step to reproduce :

      <datatables:table id="myTableId" data="${persons}" theme="jqueryui" themeOption="blacktie" export="csv">

Expected result :

Actual :

Thanks a lot !

tduchateau commented 10 years ago

Hi,

Thanks for the test case! I'll keep you posted asap.

tduchateau commented 10 years ago

Just a question: what version of Dandelion-Datatables are you using?

autra commented 10 years ago

The latest : 0.10.1. Theme works fine on 0.9.2, though.