@oliasoft-open-source/react-ui-library 4.20.4-beta-1 → 4.20.4-beta-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2475,6 +2475,7 @@ The `Tree` component represents a hierarchical structure of items in a tree form
|
|
|
2475
2475
|
| `itemHasChild` | Function to determine if a tree node has child nodes. | - |
|
|
2476
2476
|
| `onItemToggle` | Callback function invoked when a tree node is toggled (opened/closed). | - |
|
|
2477
2477
|
| `icons` | Custom icons for expand and collapse actions. | - |
|
|
2478
|
+
| `stickyHeader` | Determines whether the list header sticks to the top when scrolling. | - |
|
|
2478
2479
|
|
|
2479
2480
|
#### ITreeListProps
|
|
2480
2481
|
|
package/package.json
CHANGED