Using a theme and dom settings together
Using a theme and dom settings together
Bandito22
Posts: 1Questions: 1Answers: 0
I am using jQuery ThemeRoller to theme my datatable. Which works fine.
However I recently wanted to and export buttons using dom: 'fBrtip'
,
As soon as I do this, the ThemeRoller theme is now no longer applied.
I don't fully understand how these things are working.
Is it possible to use both of these together?
Thanks
Answers
I wonder if the jQuery UI example in the
dom
docs is appropriate. HAven't used ThemeRoller so not sure. If not maybe you can use the Direct Insertion method to place the buttons where you want. See this example.Kevin