Open Skitzi opened 8 years ago
This error still exists in Elenor of Tsort with the Dokuwiki template.
I have the same problem. Is there any solution?
Experiencing the same issue with Release 2017-02-19a "Frusterick Manners"
Try to use dom option to enable Buttons Panel.
ex:
<datatables
dom="Bfrtip" buttons=' [ "copy" ]' >
Unfortunately using Bfrtip
hides the page length option. Using Blfrtip
instead works like a charm!
This one worked for me:
<datatable info="false" paging="false" scroll-y="406" fixed-columns="true" dom="Bfrtip" buttons='[ "copy", "print", "csv" ]'>
Running Dokuwiki Deitritus with your bootstrap3 template, datatables, and bootstrap wrapper. All are up to date. I can get all the extensions for datatables working other than the buttons. When adding the code I can't seem to get any sort of reaction.