Skip to content

Commit

Permalink
chore: small example rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Jan 31, 2025
1 parent b0c078c commit ebf010d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vite-demo/src/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'flatpickr';
ting import 'flatpickr';
import 'flatpickr/dist/flatpickr.css';
import Sortable from 'sortablejs';

Expand All @@ -14,12 +14,12 @@ window.Sortable = Sortable;
document.querySelector('#app').innerHTML =
`<div id="router">
<div class="router-link" id="trading">1. Realtime Trading</div>
<div class="router-link" id="example4">2. Example with DataView</div>
<div class="router-link" id="example4">2. Editing with DataView</div>
<div class="router-link" id="example-grouping">3. Example Grouping</div>
<div class="router-link">
<span class="sgi sgi-lightbulb"></span>
<a href="https://github.com/6pac/SlickGrid/wiki/Examples" target="__blank" title="for many more examples, please visit the project Examples Wiki">
Visit Examples Wiki
Visit All Examples Wiki
</a>
</div>
</div>
Expand Down

0 comments on commit ebf010d

Please sign in to comment.