Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] The tree view component is so necessary! #2600

Closed
lichnow opened this issue Nov 21, 2017 · 9 comments
Closed

[Feature Request] The tree view component is so necessary! #2600

lichnow opened this issue Nov 21, 2017 · 9 comments
Labels
T: feature A new feature

Comments

@lichnow
Copy link

lichnow commented Nov 21, 2017

New Functionality

Many other vue component libraries has this component!
like

Improvements

I use v-list do this current,but is not perfect plan

Bugs or Edge Cases it Helps Avoid

will generator tree-view component fast and perfect

@nekosaur nekosaur added the pending review The issue is still pending disposition label Nov 22, 2017
@vuetifyjs vuetifyjs deleted a comment from bsor-dev Dec 19, 2017
@DrSensor
Copy link

DrSensor commented Dec 26, 2017

Just maybe... use this as a basis
https://vuejs.org/v2/examples/tree-view.html

Some feature/demo that end user would like to have:

  • Tree View inside Navigation Drawer
  • Tree View inside Expansion Lists
  • Tree View with Icon
  • Tree View with Icon and Badges
  • Tree View with Checkbox
  • Tree View and Breadcrumbs (File Explorer Demo)

Possibly this component with its example can take reference from tree view in Clarify


Not really important but can become nice to have

Auto convert HTML that generated by Markdown into Tree View. For example

<template>
  <v-tree-view>
    {{list}}
  </v-tree-view>
</template>
<scirpt>
import marked from 'marked'
export default {
  data () {
      return {
          list: marked(`

- __parent__
  - _child1_
    - child2
    - _child2_
  - child1
    - child2

          `)
      }
  }
</script>

@nekosaur nekosaur added T: feature A new feature and removed pending review The issue is still pending disposition labels Dec 26, 2017
@johnleider johnleider added this to the Back-end Pack milestone Jan 7, 2018
@auvansangit
Copy link

Another nice sample for this feature:
http://ej2.syncfusion.com/15.4.23/demos/#/material/treeview/checkbox.html

@hyunoosung
Copy link

Since there's no tree view component for vuetify, what other options do we have if you want to emerge trreview with other vuetify components as much as possible?

@raphmarot
Copy link

Same question @hyounoo 😄

@hyunoosung
Copy link

@Vincebe I had to do it myself https://www.npmjs.com/package/v-treeview

@raphmarot
Copy link

Thanks a lot @hyounoo !

@aaarghhh
Copy link

Vooo Great! Thank you @hyounoo !

@jvbianchi
Copy link

Checkout this post on veutify's medium

@Extarys
Copy link

Extarys commented Aug 26, 2018

Tree View from MetroUI looks awesome too: https://metroui.org.ua/treeview.html

We need a beautiful Tree View :)

@nekosaur nekosaur mentioned this issue Sep 4, 2018
10 tasks
@lock lock bot locked as resolved and limited conversation to collaborators Sep 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: feature A new feature
Projects
None yet
Development

No branches or pull requests

10 participants