Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We extended the project from the original SlickGrid foundation while also includ
- removed jQueryUI requirement in [v3](https://github.com/6pac/SlickGrid/wiki/Major-version-3.0----Removal-of-jQueryUI-requirement-(replaced-by-SortableJS)) (replaced it with [SortableJS](https://sortablejs.github.io/Sortable/))
- removed jQuery requirement in [v4](https://github.com/6pac/SlickGrid/wiki/Major-version-4.0---Removal-of-jQuery-requirement)
- modernized the project in [v5](https://github.com/6pac/SlickGrid/wiki/Major-version-5.0-%E2%80%90-ES6-ESM-and-TypeScript-Support) by migrating to TypeScript (we kept IIFE and added ES6/ESM build targets) and we also gave SlickGrid a fresh and more modern look via a new Alpine Theme (CSS/SASS)
- the project now only has 1 small dependency requirement which is [SortableJS](https://sortablejs.github.io/Sortable/)
- the project now has **zero runtime dependencies** (the previous [SortableJS](https://sortablejs.github.io/Sortable/) requirement was replaced by a built-in native HTML5 drag & drop implementation for column reordering and draggable grouping)

### Common Questions & Answers
- Do I need TypeScript to use version 5.x?
Expand Down
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default tseslint.config(
...globals.node,
flatpickr: true,
Slick: true,
Sortable: true,
IIFE_ONLY: true
},
parser: tseslint.parser,
Expand Down
2 changes: 0 additions & 2 deletions examples/example-0031-row-span-employees.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ <h2>
</div>

<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>
<script src="sortable-cdn-fallback.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
2 changes: 0 additions & 2 deletions examples/example-0032-row-span-many-columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ <h2>View Source:</h2>
</ul>
</table>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>
<script src="sortable-cdn-fallback.js"></script>
<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
<script src="../dist/browser/slick.grid.js"></script>
Expand Down
2 changes: 0 additions & 2 deletions examples/example-0070-plugin-state.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ <h2>Options:</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>
<script src="sortable-cdn-fallback.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-auto-scroll-when-dragging.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ <h2>Demonstrates:</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-autocomplete-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ <h2>View Source:</h2>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-autotooltips.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ <h2>View Source:</h2>
</tr>
</table>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-bootstrap-3-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ <h2>View Source:</h2>
</tr>
</table>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-checkbox-header-row.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ <h3>Selected Ids (<span id="idsCount">0</span>) with index/id offset=<span id="i
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-checkbox-row-select.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ <h2>View Source:</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
2 changes: 0 additions & 2 deletions examples/example-colspan.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ <h2>View Source:</h2>
</tr>
</table>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>
<script src="sortable-cdn-fallback.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
2 changes: 0 additions & 2 deletions examples/example-column-group.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ <h2>View Source:</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>
<script src="sortable-cdn-fallback.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-column-hidden.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ <h2>View Source:</h2>
<input style="width:100px;display:inline-block;" id="pcSlider2" type="range" min="1" max="100" value="1">
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
2 changes: 0 additions & 2 deletions examples/example-composite-editor-item-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ <h2>View Source:</h2>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script src="../lib/jquery.tmpl.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>
<script src="sortable-cdn-fallback.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
2 changes: 0 additions & 2 deletions examples/example-composite-editor-modal-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ <h2>View Source:</h2>
</div>

<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>
<script src="sortable-cdn-fallback.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-csp-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ <h2>View Source:</h2>
</tr>
</table>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/dompurify@3.0.6/dist/purify.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-custom-column-value-extractor.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ <h2>View Source:</h2>
</tr>
</table>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-drag-row-between-grids.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ <h2>View Source:</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
2 changes: 0 additions & 2 deletions examples/example-draggable-grouping.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ <h2>View Source:</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>
<script src="sortable-cdn-fallback.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
2 changes: 0 additions & 2 deletions examples/example-draggable-header-grouping.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ <h2>View Source:</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>
<script src="sortable-cdn-fallback.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-dynamic-filtered-with-jquery-tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ <h2>View Source:</h2>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-dynamic-with-jquery-tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ <h2>View Source:</h2>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
2 changes: 0 additions & 2 deletions examples/example-excel-compatible-spreadsheet-dataview.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ <h2>View Source:</h2>
</div>

<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>
<script src="sortable-cdn-fallback.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
2 changes: 0 additions & 2 deletions examples/example-excel-compatible-spreadsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ <h2>View Source:</h2>
</div>
</div>

<script src="sortable-cdn-fallback.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-explicit-initialization.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ <h2>View Source:</h2>
</tr>
</table>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-external-headersort.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ <h2>
</tr>
</table>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-footer-totals.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ <h2>View Source:</h2>
</ul>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ <h2>View Source:</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-frozen-columns-and-column-group.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ <h2>View Source:</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-frozen-columns-and-rows-spreadsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ <h2>Range Selection</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-frozen-columns-and-rows.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ <h2>Demonstrates:</h2>
Show tasks with title including <input type="text" id="txtSearch2">
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-frozen-columns-autoheight.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ <h2>
</ul>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-frozen-columns-large.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ <h2>Demonstrates:</h2>
</div>

<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-frozen-columns-tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ <h2>Demonstrates:</h2>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-frozen-columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ <h2>Demonstrates:</h2>
</div>

<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-frozen-row-reordering.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ <h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script src="../lib/jquery.event.drag-2.3.0.js"></script>
<script src="../lib/jquery.event.drop-2.3.0.js"></script>
Expand Down
2 changes: 0 additions & 2 deletions examples/example-frozen-rows.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ <h2>Demonstrates:</h2>
<div style="width:100px;display:inline-block;" id="pcSlider2"></div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js" defer></script>
<script src="sortable-cdn-fallback.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-grid-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ <h2>View Source:</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
2 changes: 0 additions & 2 deletions examples/example-grouping-checkbox-row-select.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ <h2>View Source:</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>
<script src="sortable-cdn-fallback.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-grouping-esm.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ <h2>View Source:</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script type="module">
import {
Expand Down
1 change: 0 additions & 1 deletion examples/example-grouping-groupcolumn.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ <h2>View Source:</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-grouping.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ <h2>View Source:</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-header-row.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ <h2>View Source:</h2>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion examples/example-html-sanitizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ <h2>View Source:</h2>
</tr>
</table>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
2 changes: 0 additions & 2 deletions examples/example-infinite-scroll-esm.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ <h4>Data Count</h4>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>
<script src="sortable-cdn-fallback.js"></script>

<script type="module">
import {
Expand Down
1 change: 0 additions & 1 deletion examples/example-jquery-accordion.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ <h2>View Source:</h2>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>

<script src="../dist/browser/slick.core.js"></script>
<script src="../dist/browser/slick.interactions.js"></script>
Expand Down
2 changes: 0 additions & 2 deletions examples/example-master-detail-esm.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ <h2>View Source:</h2>
</div>

<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
<script src="https://cdn.jsdelivr.net/npm/sortablejs/Sortable.min.js"></script>
<script src="sortable-cdn-fallback.js"></script>

<script type="module">
import {
Expand Down
Loading
Loading