Easyui

liverpool91發表於2014-05-14
var data=$('#tt').datagrid('getData');//獲取json返回的資料總數
alert('總資料量:'+data.total)//注意你的資料來源一定要定義了total,要不會為undefined,datagrid分頁就是靠這個total定義
alert('當前頁資料量:'+data.rows.length)獲取當前頁面的資料數

相關文章