Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BMSVieira authored Jan 30, 2024
1 parent f6f63c1 commit d40ec6b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,13 @@ onDragStart: function(){ <!-- CODE HERE --> }
onDragStop: function(){ <!-- CODE HERE --> }
```

◼️ Disable Item:
-

You can disable an item by using class `od-disabled`
```html
<div class="od-item od-c-item od-nested od-disabled">
<div class="od-name">Item to be disabled</div>
</div>
```

0 comments on commit d40ec6b

Please sign in to comment.