【发布时间】:2011-03-06 16:41:06
【问题描述】:
我有兴趣使用 jQuery dataTable... 你能告诉我并给我一个如何使用它的例子吗……我也听说过 jqGrid……他们俩哪个更好?
我一直在尝试下载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>
【问题讨论】:
标签: jquery datatables