Adding pagination and info to a div container

Adding pagination and info to a div container

italoborgesitaloborges 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!

Answers

  • italoborgesitaloborges Posts: 7Questions: 3Answers: 0

    5min after I asked the question, the light came to me, or even better, the documentation! :o

    dom: '<".table-actions"lBr>t<".table-info"ip>'

    Just added this to the dom property.

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin

    That will do it :). Thanks for posting back!

    Allan

This discussion has been closed.