码迷,mamicode.com
首页 > 其他好文 > 详细

关于Kendo UI的使用心得

时间:2016-07-05 20:30:05      阅读:538      评论:0      收藏:0      [点我收藏+]

标签:

1.在筛选里面的条件选项进行编辑

 filterable: {
                                extra: false,
                                operators: {
                                    string: {

                                       startswith: "Starts with",
                                       eq: "Is equal to",
                                       neq: "Is not equal to"

                                    }
                                }
                            }

  <1>这个可以放在外面进行总的设计,也可以放在没个列表里面进行单个编辑。

  <2>extra: false可以保证只有一组筛选,默认的是两组筛选。

2.sortable: true,

  点击列表项按字母或者数字顺序进行排序。

关于Kendo UI的使用心得

标签:

原文地址:http://www.cnblogs.com/qianxinxu/p/5644737.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!