Skip to content

Commit

Permalink
docs: improve drag & drop demo details
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Nov 20, 2024
1 parent c22c8b4 commit 658ddd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/examples/grid-drag-recycle.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ <h2>
<h6 class="subtitle italic">
<ul>
<li>Click to select, Ctrl-click to toggle selection(s).</li>
<li>Drag one or more rows by the handle icon to reorder.</li>
<li>Drag one or more rows by selection and drag to the recycle bin to delete.</li>
<li>Drag one or more rows by the handle icon (1st column) to reorder.</li>
<li>Drag one or more rows by selection (2nd or 3rd column) and drag to the recycle bin to delete.</li>
</ul>
</h6>

Expand Down Expand Up @@ -46,4 +46,4 @@ <h6 class="subtitle italic">
</div>
</div>
</div>
</div>
</div>

0 comments on commit 658ddd6

Please sign in to comment.