Problem with buttons initialisation
Problem with buttons initialisation
dzined
Posts: 1Questions: 1Answers: 0
Hi
I have just updated to the latest version of dataTables, and am having issues with the buttons not showing on the page, any clues as to what i'm doing wrong, I've pasted the debug info below
debugger code: http://debug.datatables.net/emuten
Any help is much appreciated
Thanks
Matt
This discussion has been closed.
Answers
Hi Matt,
It looks like you need to add a
dom
option into your configuration. Have a look at the documentation for this and the examples.It basically tells DataTables where to put the buttons.
Regards,
Allan