
Security News
Static vs. Runtime Reachability: Insights from Latio’s On the Record Podcast
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
react-table-tree
Advanced tools
A react table component which supports render tree structure data.
English | 简体中文
table props | type | required | default |
---|---|---|---|
columns | array[object] | true | |
datasets | array[object] | true | |
rootId | number | true | |
rowKey | string | false | 'id' |
loading | element | false | |
total | object | false | |
header | object | false | |
className | string | false | '' |
style | object | false | {} |
column props | type | required | default |
---|---|---|---|
title | string | true | |
name | string | true | |
bodyRender | node | false | data[name] |
this property can be set the total row in the last row.
total props | type | required | default |
---|---|---|---|
visible | boolean | false | false |
name | string | false | '合计数据' |
this property can be set table header fixed, the field of top is the distance to window top. When fixed
is true, the feature is open.
header props | type | required | default |
---|---|---|---|
fixed | boolean | false | false |
top | number | false | 0 |
yarn webpack-dev
yarn webpack-prod
[v1.2.0]
2018.10.16
FAQs
A react table component which supports render tree structure data.
The npm package react-table-tree receives a total of 3 weekly downloads. As such, react-table-tree popularity was classified as not popular.
We found that react-table-tree demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.