-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
7 changed files
with
7 additions
and
184 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 |
---|---|---|
|
@@ -11,7 +11,6 @@ DataGrid needs for its precise functionality some third party scripts and styles | |
**CSS (external)** | ||
|
||
- bootstrap | ||
- bootstrap datepicker | ||
- bootstrap select | ||
|
||
**CSS** | ||
|
@@ -25,7 +24,6 @@ DataGrid needs for its precise functionality some third party scripts and styles | |
- nette forms | ||
- nette ajax / naja | ||
- bootstrap | ||
- bootstrap datepicker | ||
- bootstrap select | ||
|
||
**JS** | ||
|
@@ -59,7 +57,6 @@ package.json: | |
```json | ||
{ | ||
"dependencies": { | ||
"bootstrap-datepicker": "^1.9", | ||
"bootstrap-select": "^1.13", | ||
"bootstrap": "^4.4.1", | ||
"happy-inputs": "^2.0", | ||
|
@@ -81,7 +78,6 @@ package.json: | |
<head> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/src/happy.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap-datepicker.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/assets/datagrid.css"> | ||
|
||
<!-- Use this css for ajax spinners --> | ||
|
@@ -102,7 +98,6 @@ package.json: | |
</script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap-datepicker.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/jquery-ui.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/nette.ajax.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/assets/datagrid.js"></script> | ||
|
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.