treeview
Here are 260 public repositories matching this topic...
AOT build under Angular 9 with angularCompilerOptions.strictTemplates: true
in tsconfig.app.json
generates error TS2741: Property 'options' is missing in type 'ITreeOptions' but required in type 'TreeOptions'
because the @Input options
is incorrectly typed as TreeOptions
in the code, req
-
Updated
Mar 6, 2020 - Java
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
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
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
Error in example
https://gijgo.com/grid/configuration/grouping.groupBy
Bootstrap 3
columns: [ { field: 'Name', sortable: true }, { field: 'DateOfBirth', type: 'date' } ] detailTemplate: '<div><b>Place Of Birth:</b> {PlaceOfBirth}</div>'
no comma before detailTemplate
-
Updated
Sep 8, 2019 - Java
-
Updated
Jun 9, 2020 - Pascal
I've create a component station.component.ts with his station.component.css file styles and trying to import ng2-tree styles like:
- in station.component.css
@import '~ng2-tree/styles.css';
- 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
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
-
Updated
May 11, 2020 - C++
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.
when we selected the item of the tree, the background color of the selected item should be changed or highlight. otherwise it's hard to see which item is selected.
-
Updated
May 26, 2020 - JavaScript
-
Updated
Jul 2, 2019 - Swift
-
Updated
Jun 3, 2020 - Lua
-
Updated
Oct 24, 2019 - JavaScript
-
Updated
May 26, 2020 - TypeScript
-
Updated
Sep 20, 2018 - JavaScript
-
Updated
Jun 17, 2019 - Objective-C
-
Updated
Apr 6, 2020 - JavaScript
Improve this page
Add a description, image, and links to the treeview topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the treeview topic, visit your repo's landing page and select "manage topics."
I think a better "point of view" can be omitted for better reading because everyone knows what you are talking about, which the sample code might not compatible on their machines or browsers