Append a html button to the information summary in footer

Append a html button to the information summary in footer

KyleMKyleM 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.

Answers

  • KyleMKyleM Posts: 3Questions: 2Answers: 0

    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

    ').

This discussion has been closed.