I've tried both and decided to use datatables. I found it has better documentation, better community support and it was more straightforward to start and use this plugin.
Basically if you have html code like this:
<table>
<thead>
<tr>...</tr>
</thead>
<tbody>
<tr>...
</tbody>
</table>
(mind thead and tbody)
Then yours example should generate nice datatable. There are numbers of parameters to customize it but it is optional to use them.
You should also consider if you want to generate your datatable based on:
- static html content (load once)
- content received from your server
Both options are possible with datatables and both have many examples on datatables.net.
In case of any problem drop an info with the details.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…