Pagination in table head

Pagination in table head

asdfowkwasdfowkw Posts: 3Questions: 1Answers: 0

Hi!

How do i go about to put my paginationbuttons in one of the already existing <th>'s in the table head row?

Answers

  • asdfowkwasdfowkw Posts: 3Questions: 1Answers: 0
    edited February 2016

    example

    <table>
    <thead>
    <tr>
    <th>Title</th>
    <th>Here i want pagination buttons</th>
    </tr>
    </thead>
    
  • asdfowkwasdfowkw Posts: 3Questions: 1Answers: 0

    Anyone?

This discussion has been closed.