-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
763bd9b
commit 49beaca
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Super simple, completely configurable, sortable tables. | |
or via jsDeliver: | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/gh/signified/[email protected].3/sortable.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/signified/[email protected].4/sortable.min.js"></script> | ||
``` | ||
|
||
1. Add the stylesheet in the `<head>` (optional) | ||
|
@@ -25,7 +25,7 @@ Super simple, completely configurable, sortable tables. | |
or via jsDeliver: | ||
|
||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/signified/[email protected].3/sortable.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/signified/[email protected].4/sortable.min.css"> | ||
``` | ||
|
||
**Note:** The supplied stylesheet applies default styling rules. Feel free to use it as a starting point or, if you're using a framework like Bootstrap or Tailwind CSS, make use of the `options` to take full advantage of the component and utility classes these frameworks provide. | ||
|