i'm interest to use jQuery dataTable... could you tell me and give me an example how to use that..and i've been heard about jqGrid too..which better from both of them?
i've been try to download dataTable..
<script type="text/javascript" src="jquery.dataTables.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#showdata').dataTable( { //what must i fill in this area? }); }); </script>
The best alternative is jQuery Dynatable. It's not free, so if you're looking for a free alternative, you could try List. js or Webix DataTable. Other great apps like DataTables are Frappe DataTable, Dash DataTable, wpDataTables and ag-Grid.
jqGrid is an Ajax-enabled JavaScript control that provides solutions for representing and manipulating tabular data on the web.
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:
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With