publish 0.9.9-rc-4
optimizing Table performance
This commit is contained in:
parent
d0e206c501
commit
a81dc06c7d
3 changed files with 26 additions and 20 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue