Easyui

1、

<table class="easyui-datagrid" id="userList" title="会员列表"
           data-options="singleSelect:false,collapsible:true,pagination:true,url:'/user/list.do',method:'post',pageSize:5,toolbar:toolbar,pageList:[2,5,10]">
        <thead>

easyui-datagrid接收的数据格式为json,所以返回的数据类型需要是json格式的。

posted @ 2018-03-15 18:42  张小铁  阅读(124)  评论(0编辑  收藏  举报