Gathering detailed insights and metrics for quasar-app-extension-qhierarchy
Gathering detailed insights and metrics for quasar-app-extension-qhierarchy
Gathering detailed insights and metrics for quasar-app-extension-qhierarchy
Gathering detailed insights and metrics for quasar-app-extension-qhierarchy
QHierarchy allows you to display data in hierarchy structure.
npm install quasar-app-extension-qhierarchy
Typescript
Module System
Min. Node Version
Node Version
NPM Version
Vue (65.27%)
JavaScript (28.03%)
HTML (5.28%)
Sass (1.41%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
44 Stars
162 Commits
10 Forks
4 Watchers
14 Branches
1 Contributors
Updated on May 30, 2025
Latest Version
1.0.15
Package Id
quasar-app-extension-qhierarchy@1.0.15
Unpacked Size
5.58 kB
Size
2.07 kB
File Count
5
NPM Version
8.5.0
Node Version
16.14.2
Published on
May 21, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
QHierarchy is a Quasar App Extension. It allows you to display data in hierarchy structure on your page.
To add this App Extension to your Quasar application, run the following (in your Quasar app folder):
1quasar ext add qhierarchy
To remove this App Extension from your Quasar application, run the following (in your Quasar app folder):
quasar ext remove qhierarchy
[
{
name: 'label',
label: 'Label',
align: 'left',
field: 'label',
// (optional) tell QHierarchy you want this column sortable
sortable: true
},
{
name: 'Description',
label: 'Description',
sortable: true,
field: 'description',
align: 'center',
},
{
name: 'note',
label: 'Note',
sortable: true,
field: 'note',
align: 'left',
}
],
[
{
label: "Node 1",
description: "Node 1 description",
note: "Node 1 note",
children: [
{
label: "Node 1.1",
description: "Node 1.1 description",
note: "Node 1.1 note",
},
{
label: "Node 1.2",
description: "Node 1.2 description",
note: "Node 1.2 note",
children: [
{
label: "Node 1.2.1",
description: "Node 1.2.1 description",
note: "Node 1.2.1 note",
},
{
label: "Node 1.2.2",
description: "Node 1.2.2 description",
note: "Node 1.2.2 note",
}
],
}
],
}
]
can be found here.
can be found here.
can be found here.
If this helped you in any way, you can contribute to this project for long term survival by supporting me:
Be sure to check out my sponsor page.
(GitHub currently doubles your support! So if you support me with $10/mo, I will get $20 instead! They're alchemists 😉)
Thank you so much!!!
No vulnerabilities found.
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/4 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
35 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More