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 a64dc2a commit fae6413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/examples/slickgrid/Example41.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ export default class Example41 extends React.Component<Props, State> {
<h6 className="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>
</div>
Expand Down

0 comments on commit fae6413

Please sign in to comment.