update Table
update Table
This commit is contained in:
parent
cb31ede039
commit
9f853e3ec8
2 changed files with 33 additions and 23 deletions
|
@ -99,7 +99,7 @@
|
|||
key: 'age',
|
||||
align: 'right',
|
||||
// fixed: 'left',
|
||||
sortable: 'custom',
|
||||
sortable: true,
|
||||
width: 100,
|
||||
filters: [
|
||||
{
|
||||
|
@ -235,7 +235,7 @@
|
|||
// });
|
||||
// this.data.splice(0, 1)
|
||||
// this.columns.splice(2,1)
|
||||
}, 2000);
|
||||
}, 3000);
|
||||
}
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue