-
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
Showing
10 changed files
with
15 additions
and
12 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
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 |
---|---|---|
|
@@ -41,8 +41,8 @@ Replace `path/to/avalynx-table.js` and `path/to/avalynx-table.css` with the actu | |
AvalynxTable is also available via [jsDelivr](https://www.jsdelivr.com/). You can include it in your project like this: | ||
|
||
```html | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/avalynx-table.min.css" rel="stylesheet"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/avalynx-table.min.js"></script> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].3/dist/css/avalynx-table.min.css" rel="stylesheet"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/js/avalynx-table.min.js"></script> | ||
``` | ||
|
||
Make sure to also include Bootstrap's JS/CSS in your project to ensure AvalynxTable displays correctly. | ||
|
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
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
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
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 |
---|---|---|
|
@@ -16,9 +16,9 @@ | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/stackoverflow-light.min.css" id="hljsTheme"> | ||
<script>hljs.highlightAll();</script> | ||
|
||
<!-- AvalynxTable 0.0.2 --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/avalynx-table.min.css" rel="stylesheet"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/avalynx-table.min.js"></script> | ||
<!-- AvalynxTable 0.0.3 --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].3/dist/css/avalynx-table.min.css" rel="stylesheet"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/js/avalynx-table.min.js"></script> | ||
|
||
<!-- Example helper --> | ||
<link href="./css/helper.css" rel="stylesheet"> | ||
|
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
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
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
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