Skip to content
#

treeview

Here are 260 public repositories matching this topic...

FalcoGer
FalcoGer commented Nov 21, 2019

I have cloned dbkoda, dbkoda-controller and dbkoda-ui into the same directory
afterwards I installed yarn, as it was needed, according to the instructions here

Then I ran yarn link:dev as described in the README, but it failed.

> yarn dev:link
yarn run v1.19.1
$ yarn run dev:link:controller && yarn run dev:link:controll
W-L
W-L commented Apr 6, 2020

Hi,
Not really an issue or a bug, just a small suggestion. I ran into a slightly confusing situation while trying to get all taxonomy ids for mammals.

mammals = ncbi.get_descendant_taxa(40674, collapse_subspecies=False)

Retrieved like this, Homo sapiens (9606) is not included. I guess this is because 9606 is an internal node in ncbi's taxonomy. Thus,

mammals = ncbi.get_des
thejamespower
thejamespower commented Jan 16, 2020

Thanks for your time in creating this lib! :)

According to the docs' for noCascade:

If true, toggling a parent node will not cascade its check state to its children.

This works as expected, however, if you now toggle a child, it does not toggle its parent. If this is the desired behaviour, the docs need to be updated correctly to explain this.

Moreover, for our functional requi

davayd
davayd commented Nov 14, 2017

I've create a component station.component.ts with his station.component.css file styles and trying to import ng2-tree styles like:

  1. in station.component.css

@import '~ng2-tree/styles.css';

  1. in station.component.ts

styleUrls: ['./stations.component.css', '../../../node_modules/ng2-tree/styles.css']

But none of them not working. Guide me to the right version

mirekys
mirekys commented Feb 6, 2020

You should not be able to select the TreeNode by checking its checkbox when it's state is not selectable. From docs:

By default a Node has the following states:

{
  "selected": false,
  "selectable": false,
...

Currently the selectable state seems not to be propagated to TreeNode classes and to select

JoepOomens
JoepOomens commented Jun 27, 2019

When I use the Tree component in Nuxt.js, I get the 'document is not defined' error when opening the page. I guess it has to do with the SSR in Nuxt, but the error still exists with the tag.

Has somebody solved this issue?

<template>
	<no-ssr>
		<Tree :data="list" draggable="draggable" cross-tree="cross-tree">
			<div slot-scope="{ data, store }">
				<template v-if="!list.

Improve this page

Add a description, image, and links to the treeview topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the treeview topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.