publish 0.9.9-rc-4

optimizing Table performance
This commit is contained in:
梁灏 2016-12-01 11:14:26 +08:00
parent d0e206c501
commit a81dc06c7d
3 changed files with 26 additions and 20 deletions

View file

@ -9,21 +9,21 @@
return {
self: this,
columns7: [
// {
// title: '',
// key: 'name',
// render (row, column, index) {
// return `<strong>${row.name}</strong>`;
// }
// },
// {
// title: '',
// key: 'age'
// },
// {
// title: '',
// key: 'address'
// },
{
title: '姓名',
key: 'name',
render (row, column, index) {
return `<strong>${row.name}</strong>`;
}
},
{
title: '年龄',
key: 'age'
},
{
title: '地址',
key: 'address'
},
{
title: '操作',
key: 'action',