Welcome Guest, Not a member yet? Register   Sign In
to use datatables with my code
#4

(This post was last modified: 11-04-2016, 05:55 AM by Wouter60.)

You mean Datatables.js, don't you?
It requires this structure for your table:
Code:
<table id="myId">
 <thead>
   <tr><th>Heading1</th><th>Heading2</th></tr>
 </thead>
 <tbody>
   <tr><td>Cell1.1></td><td>Cell1.2</td></tr>
   <tr><td>Cell2.1></td><td>Cell2.2</td></tr>
 </tbody>
</table>
Reply


Messages In This Thread
to use datatables with my code - by sheenam - 11-03-2016, 02:24 AM
RE: to use datatables with my code - by sheenam - 11-03-2016, 04:21 AM
RE: to use datatables with my code - by Wouter60 - 11-03-2016, 01:31 PM
RE: to use datatables with my code - by sheenam - 11-03-2016, 09:48 PM
RE: to use datatables with my code - by Wouter60 - 11-04-2016, 01:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB