Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi,

I am working with html tables to bind the data from database.Now i want to implement pagination and sorting for my div table.I tried but not getting the right solution.Can somebody pls help me.

Thanks in advance,
Posted
Comments
Sergey Alexandrovich Kryukov 21-Nov-13 17:04pm    
Not a question. And what is "div table"?
—SA
Rajkumarrr123 21-Nov-13 17:27pm    
<div class="rowDivHeader">
<div class="cellDivHeader">Holiday Date  <img src="../images/arrow-down.png" alt="some text" width="10" height="10"/></div>
<div class="cellDivHeader">Description</div>
<div class="cellDivHeader">Edit</div>
<div class="cellDivHeader">Delete</div>
</div>



This is my static div tag works as a header to display the data in table format.How can i implement the pagination and sorting for this.
Sergey Alexandrovich Kryukov 21-Nov-13 18:32pm    
Did you ever considered using <table>..?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900