ember sort filter table:ember cli的sortablesearchable表插件 源码
余烬分类过滤器表 Ember-CLI的表附件,具有排序和过滤功能。 安装 ember install ember-sort-filter-table 用法 只需将对象数组作为表参数传递给组件。 使用键行来定义数组,如下所示: /** .js Defining a model that my table will display */ let model = { rows: [ { Tables: 'zebra stripes', Are: 'are neat', Cool: '$1' } ]
下载地址
用户评论