I tried both and decided to use datatables . I found that it has improved documentation, better community support, and it was easier to get started and use this plugin.
Basically, if you have html code:
<table> <thead> <tr>...</tr> </thead> <tbody> <tr>... </tbody> </table>
(mind thead and tbody )
Then your example should generate a good datatable. There are several options for configuring it, but they are optional.
You should also consider whether you want to create your datatable based on:
- static html content (download once)
- content received from your server.
Both options are possible using data and both have many examples on datatables.net .
If you encounter any problems, delete the details information.
dzida Jun 22 '10 at 9:40 2010-06-22 09:40
source share