// 分页:
pagination: true, //启用分页
pageSize: 3, //分页大小
pageList: [5, 10, 20],//自定义
// 列表视图/表格视图:
showToggle: true,
// 分页开关:
showPaginationSwitch: true,
// 全屏显示:
showFullscreen: true,
//刷新:(仅支持 url数据源)
// showRefresh: true,
//启用查询:(和下面两个一起用)
search: true,
//显示查询按钮:
showSearchButton: true,
//打印按钮:
showPrint: true,
//显示导出的格式按钮:
showExport: true,
//自定义按钮集合:
// buttons: [{
// icon: 'glyphicon glyphicon-plus',
// event: alert('添加'),
// attributes: {
// title: "add"
// },
// icon: 'glyphicon glyphicon-remove',
// event: alert('删除'),
// attributes: {
// title: "remove"
// }
// }]