!31 表格增加行间隔色配置项

Merge pull request !31 from tenchiwuyo/master
pull/31/MERGE
tenchiwuyo 2018-10-12 13:28:59 +08:00 committed by 若依
commit c778cd2ac9
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
contentType: "application/x-www-form-urlencoded", // 编码类型
method: 'post', // 请求方式(*
cache: false, // 是否使用缓存
striped: $.common.visible(options.striped), // 是否显示行间隔色
sortable: true, // 是否启用排序
sortStable: true, // 设置为 true 将获得稳定的排序
sortName: _sortName, // 排序列名称