Set default options for buttons
Set default options for buttons
andreasbenzing
Posts: 2Questions: 2Answers: 0
Hi there,
with the TableTools Extension, I used to customize the buttons with something like
$.fn.dataTable.TableTools.defaults.aButtons = [...]
Now I tried to achieve something similar with the Buttons extension, but I cannot find the default configuration. Merging buttons
in $.fn.dataTable.defaults
results in an error due to an undefined config.
How can I set the defaults properly?
This discussion has been closed.
Answers
Voting up, same issue here. :(