tree-table-vue icon indicating copy to clipboard operation
tree-table-vue copied to clipboard

A table (with tree-grid) component for Vue.js 2.0

Results 5 tree-table-vue issues
Sort by recently updated
recently updated
newest added
trafficstars

null checking for only binding cell-click event.

$expand is undefind,so change $expand to expand

修复:不响应row-click事件的bug 允许第一列使用slot 添加primaryKey参数,当修改数据源时,可以根据primaryKey的值,来保持之前的折叠状态。避免了每次push新数据,所有节点都被折叠了的问题 primaryKey用法: categoryId就是data数组里面的一个字段,根据这个字段来判断这个数据的唯一性

iview should be used like: ``` { test: /iview.src.*?js$/, loader: 'babel-loader', }, { test: /\.(js|jsx)$/, include: [sourcePath], exclude: /(node_modules|bower_components)/, loader: [ 'babel-loader?cacheDirectory', ], }, ``` this pulling request modified webpack...