diff --git a/src/AppMenu.vue b/src/AppMenu.vue index 8e230406c..e22e9c915 100755 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -63,31 +63,35 @@
DataTable - + +
+
    +
  • Basic
  • +
  • Dynamic
  • +
  • Templating
  • +
  • Size
  • +
  • ColGroup
  • +
  • Paginator
  • +
  • Sort
  • +
  • Filter
  • +
  • Selection
  • +
  • Lazy
  • +
  • Scroll
  • +
  • Expand
  • +
  • Edit
  • +
  • ColToggle
  • +
  • ColResize
  • +
  • Reorder
  • +
  • RowGroup
  • +
  • ContextMenu
  • +
  • Responsive
  • +
  • Export
  • +
  • State
  • +
  • Style
  • +
  • Crud
  • +
+
+
@@ -100,29 +104,37 @@
Tree - + +
+
    +
  • Selection
  • +
  • Lazy
  • +
  • Templating
  • +
  • Filter
  • +
+
+
TreeTable - + +
+
    +
  • Templating
  • +
  • Size
  • +
  • Paginator
  • +
  • Sort
  • +
  • Filter
  • +
  • Selection
  • +
  • Lazy
  • +
  • ColToggle
  • +
  • Resize
  • +
  • Responsive
  • +
+
+
@@ -209,17 +221,21 @@
Galleria - + +
+
    +
  • Documentation
  • +
  • Basic
  • +
  • Indicator
  • +
  • Thumbnail
  • +
  • Preview
  • +
  • Responsive
  • +
  • FullScreen
  • +
  • Circular
  • +
  • Caption
  • +
+
+
diff --git a/src/assets/styles/app/_menu.scss b/src/assets/styles/app/_menu.scss index f54f45eb3..01a4930f2 100644 --- a/src/assets/styles/app/_menu.scss +++ b/src/assets/styles/app/_menu.scss @@ -7,6 +7,7 @@ overflow: auto; width: 250px; border-right: 1px solid var(--layer-2); + user-select: none; .layout-menu { > span { @@ -69,7 +70,6 @@ } ul { - display: none; padding: .5rem 0; margin: 0; list-style-type: none;