refactor(table): refactor table #150 #148 #146 #130 #76

This commit is contained in:
vben
2020-12-31 21:24:47 +08:00
parent f3a70eed30
commit 9c2f3f30bb
35 changed files with 1113 additions and 468 deletions

View File

@@ -52,6 +52,9 @@ const menu: MenuModule = {
{
path: 'table',
name: t('routes.demo.table.table'),
tag: {
dot: true,
},
children: [
{
path: 'basic',
@@ -108,10 +111,16 @@ const menu: MenuModule = {
{
path: 'editCellTable',
name: t('routes.demo.table.editCellTable'),
tag: {
dot: true,
},
},
{
path: 'editRowTable',
name: t('routes.demo.table.editRowTable'),
tag: {
dot: true,
},
},
],
},