-
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.
many optimizations in the project / composer
- Loading branch information
Showing
9 changed files
with
71 additions
and
17 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
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "avalynx/avalynx-table", | ||
"description": "AvalynxTable is a simple table system for web applications. Based on Bootstrap >=5.3 without any framework dependencies.", | ||
"keywords": [ | ||
"avalynx", | ||
"table", | ||
"bootstrap", | ||
"bootstrap5", | ||
"component", | ||
"stackable", | ||
"responsive" | ||
], | ||
"homepage": "https://github.com/avalynx/avalynx-table", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Juergen Schwind an the AvalynxTable authors", | ||
"homepage": "https://github.com/avalynx/avalynx-table/graphs/contributors" | ||
} | ||
], | ||
"require": { | ||
"twbs/bootstrap": "^5.3" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "https://github.com/avalynx/avalynx-table.git" | ||
} | ||
] | ||
} |
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 |
---|---|---|
|
@@ -17,8 +17,8 @@ | |
<script>hljs.highlightAll();</script> | ||
|
||
<!-- AvalynxTable 0.0.2 --> | ||
<link href="../dist/css/avalynx-table.css" rel="stylesheet"> | ||
<script src="../dist/js/avalynx-table.js"></script> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/avalynx-table.min.css" rel="stylesheet"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/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