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

(11-03-2016, 01:31 PM)Wouter60 Wrote: 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>
</td>
Wouter60 , Yes dear i have used this structure only but datatable isnt working.
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