Add custom HTML in footer (next to pagination)?
Add custom HTML in footer (next to pagination)?
What is the easiest way to add custom HTML (like a <a href="#">link</a>) to Datatables footer.
With footer I mean the very last line which "Showing X of X entries" and pagination.
I do not mean <tfoot> .
I could not find the right name for this section and hence neither how to attach HTML there.
Here is a screenshot of what I mean. I added the link after the datatables table and want to move it to the footer:

This discussion has been closed.
Answers
The best option would be to use
dom, and less good would be to tweaklanguage.paginate.previous(or one of the other controls) - see here.Colin