可编辑表格自定义页的size

提问 已结 1 6104
悬赏:20飞吻

我要让它的一页展示96行数据
<table id="configEdatagrid" data-toggle="topjui-edatagrid"
data-options="id:'configEdatagrid',
autoSave:false,
singleSelect: false,selectOnCheck:true, checkOnSelect:true,
reloadAfterSave:true,
pageSize:96,
url:'/wgs/sampleinfo',saveUrl:'/wgs/sampleinfo/saveAndUpdate',updateUrl:'/wgs/sampleinfo/saveAndUpdate'">
<thead>
但是没有用报错
Failed to load resource: the server responded with a status of 400 ()
jquery.min.js:5 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
send @ jquery.min.js:5
回帖
回帖须知