Append a html button to the information summary in footer
Append a html button to the information summary in footer

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
').