Is there a way to move or append the pagination and information summary
Is there a way to move or append the pagination and information summary

I have seen this functionality somewhere. I just want to hide them in my dom and move them to another div located somewhere else on the page
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Yep, you can use
dom
to move elements within the table's container - or you can detach those elements and move them elsewhere like this.Colin