You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ A light-weight library for management of hierachical content. Most solutions I f
9
9
3.:heavy_check_mark: Moving Items between folders (drag-and-drop)
10
10
4.:heavy_check_mark: Customising Item Rendering based on item type
11
11
5. ✔️ Rendering selectable items like checkboxes or plain content
12
-
6.Programmatically toggle item visibility based on the `type` property.
13
-
7.Sorting items alphametically or grouping based on types
14
-
8.Disabling and Enabling Item
15
-
9.Double clicking to rename item
12
+
6.✔️ Double clicking to rename item
13
+
7.Programmatically toggle item visibility based on the `type` property.
14
+
8.Sorting items alphametically or grouping based on types
15
+
9.Disabling and Enabling Item
16
16
10. Programmatically determining what item can be dragged into another item.
17
17
11. Custom Context Menu depending on item type.
18
18
@@ -221,4 +221,4 @@ To do so when calling the `registerItemRenamedHandler` or `registerItemDeletedHa
221
221
import { ANY_TYPE } from'@/constants.ts';
222
222
```
223
223
224
-
> This avoids moving magic strings around and provides a central point of change in the future should the need arise. However, you can get rid of the extra import statement and use a string with value 'ANY_TYPE'.
224
+
> This avoids moving magic strings around and provides a central point of change in the future should the need arise. However, you can get rid of the extra import statement and use a string with value 'ANY_TYPE'.
0 commit comments