Adding pagination and info to a div container
Adding pagination and info to a div container
![italoborges](https://secure.gravatar.com/avatar/61e66f3f6ea310f7b2716bfd87804338/?default=https%3A%2F%2Fvanillicon.com%2F61e66f3f6ea310f7b2716bfd87804338_200.png&rating=g&size=120)
Hi,
Is there an option to create a container below the table and add to this container the pagination and info?
I tried it with jQuery, but pagination loses its links and styles.
Also, I would like to do the same for buttons and length, it would be something like this:
table_wrapper
table_actions (length and buttons inside)
table
table_info (info and pagination inside)
end table_wrapper
Thanks!
This discussion has been closed.
Answers
5min after I asked the question, the light came to me, or even better, the documentation!![:o :o](https://datatables.net/forums/resources/emoji/open_mouth.png)
dom: '<".table-actions"lBr>t<".table-info"ip>'
Just added this to the dom property.
That will do it
. Thanks for posting back!
Allan