mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-13 17:06:13 +01:00
tables component structure
This commit is contained in:
parent
9a90d9507c
commit
1d6c0554a3
8 changed files with 98 additions and 0 deletions
|
|
@ -95,6 +95,20 @@ export const menuItems = [
|
|||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Tables',
|
||||
component: 'Tables',
|
||||
icon: 'ion-grid',
|
||||
selected: false,
|
||||
expanded: false,
|
||||
order: 600,
|
||||
subMenu: [
|
||||
{
|
||||
title: 'Basic Tables',
|
||||
component: 'BasicTables',
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Menu Level 1',
|
||||
icon: 'ion-ios-more',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue