Adding pagination and info to a div container
Adding pagination and info to a div container
italoborges
Posts: 7Questions: 3Answers: 0
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!
dom: '<".table-actions"lBr>t<".table-info"ip>'
Just added this to the dom property.
That will do it . Thanks for posting back!
Allan