Append a html button to the information summary in footer
Append a html button to the information summary in footer
KyleM
Posts: 3Questions: 2Answers: 0
Is it possible to append html code to the right of the information summary in the footer of a Data table.
This discussion has been closed.
Answers
I have discovered how to do this. you can append info in your dom like so dom: 'fti<"toolbar">'
and later set what that tag should be like so: $('div.toolbar').html('
Whatever you want
').