我遇到了我的分機js問題。我正嘗試在網格面板上構建分頁並從REST獲取數據。數據顯示,但分頁不起作用。分機js 6分頁不起作用
這裏是我的代碼:
pageSize: 5,
proxy: {
type: 'ajax',
url : 'http://localhost/kds-rest/web/index.php/volunteer',
useDefaultXhrHeader : false,
withCredentials: false,
reader: {
type: 'json'
//type: 'json',
//rootProperty: 'topics',
//totalProperty: 'totalCount'
//totalProperty: 'totalCount'
},
enablePaging : true
},
autoLoad: true