-
Notifications
You must be signed in to change notification settings - Fork 5
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
687a390
commit 9474106
Showing
8 changed files
with
131 additions
and
76 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright SpryMedia Limited and other contributors | ||
http://datatables.net | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
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 |
---|---|---|
@@ -1,27 +1,33 @@ | ||
|
||
{ | ||
"name": "datatables.net/datatables.net-responsive-bs4", | ||
"version": "2.2.5", | ||
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. This is the Responsive extension for DataTables.", | ||
"homepage": "http://www.datatables.net/", | ||
"authors": [{ | ||
"name": "SpryMedia", | ||
"homepage": "https://datatables.net" | ||
}], | ||
"license": [ | ||
"MIT" | ||
], | ||
"version": "2.2.7", | ||
"name": "datatables.net/datatables.net-responsive-bs4", | ||
"description": "In the modern world of responsive web design tables can often cause a particular problem for designers due to their row based layout. Responsive is an extension for DataTables that resolves that problem by optimising the table's layout for different screen sizes through the dynamic insertion and removal of columns from the table. This is Responsive for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)", | ||
"support": { | ||
"forum": "https://datatables.net/forums", | ||
"source": "https://github.com/DataTables/Dist-DataTables-Responsive-Bootstrap4" | ||
}, | ||
"homepage": "http://www.datatables.net/", | ||
"authors": [ | ||
{ | ||
"name": "SpryMedia", | ||
"homepage": "https://datatables.net" | ||
} | ||
], | ||
"license": [ | ||
"MIT" | ||
], | ||
"prefer-stable": true, | ||
"minimum-stability": "dev", | ||
"support": { | ||
"forum": "https://datatables.net/forums", | ||
"source": "https://github.com/DataTables/Dist-DataTables-Responsive-Bootstrap4/" | ||
}, | ||
"keywords": ["DataTables", "jQuery", "table", "responsive", "Bootstrap4"], | ||
"keywords": [ | ||
"Responsive", | ||
"Bootstrap", | ||
"Bootstrap4", | ||
"Datatables", | ||
"jQuery", | ||
"table" | ||
], | ||
"require": { | ||
"components/jquery":">=3.5.1", | ||
"datatables.net/datatables.net":">=1.10.15", | ||
"datatables.net/datatables.net-responsive":">=2.2.5", | ||
"twbs/bootstrap": "4.*" | ||
"datatables.net/datatables.net-responsive": ">=2.2.7", | ||
"datatables.net/datatables.net-bs4": ">=1.10.24" | ||
} | ||
} |
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 |
---|---|---|
@@ -1,13 +1,15 @@ | ||
{ | ||
"js": [ | ||
"js/responsive.bootstrap4.js", | ||
"js/responsive.bootstrap4.min.js" | ||
], | ||
"css": [ | ||
"css/responsive.bootstrap4.css", | ||
"css/responsive.bootstrap4.min.css" | ||
], | ||
"js": [ | ||
"js/responsive.bootstrap4.js", | ||
"js/responsive.bootstrap4.min.js" | ||
"types": [ | ||
"types/responsive.bootstrap4.d.ts" | ||
], | ||
"src-repo": "http://github.com/DataTables/Responsive", | ||
"last-sync": "8fc71ec25bce761fc0cb2c7030ca7d9dc2f0c7ab", | ||
"last-tag": "2.2.7" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,32 +1,33 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>datatables.net-responsive-bs4</id> | ||
<version>2.2.5</version> | ||
<description>Responsive for DataTables</description> | ||
<authors>SpryMedia Ltd</authors> | ||
<projectUrl>http://datatables.net</projectUrl> | ||
<license type="expression">MIT</license> | ||
<tags>responsive DataTables jQuery table Bootstrap4</tags> | ||
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Responsive-Bootstrap4.git"/> | ||
<dependencies> | ||
<dependency id="jquery" version="1.7.0"/> | ||
<dependency id="datatables.net" version="1.10.15"/> | ||
<dependency id="datatables.net-responsive" version="2.2.5"/> | ||
<dependency id="bootstrap" version="4.*"/> | ||
</dependencies> | ||
<contentFiles> | ||
<files include="**/*" buildAction="Content"/> | ||
</contentFiles> | ||
</metadata> | ||
<files> | ||
<file src="js/responsive.bootstrap4.js" target="content\Scripts"/> | ||
<file src="js/responsive.bootstrap4.min.js" target="content\Scripts"/> | ||
<file src="css/responsive.bootstrap4.css" target="content\Content"/> | ||
<file src="css/responsive.bootstrap4.min.css" target="content\Content"/> | ||
<file src="js/responsive.bootstrap4.js" target="contentFiles\any\any\wwwroot\js"/> | ||
<file src="js/responsive.bootstrap4.min.js" target="contentFiles\any\any\wwwroot\js"/> | ||
<file src="css/responsive.bootstrap4.css" target="contentFiles\any\any\wwwroot\css"/> | ||
<file src="css/responsive.bootstrap4.min.css" target="contentFiles\any\any\wwwroot\css"/> | ||
</files> | ||
<metadata> | ||
<version>2.2.7</version> | ||
<id>datatables.net-responsive-bs4</id> | ||
<description>This is Responsive for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)</description> | ||
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Responsive-Bootstrap4.git"/> | ||
<authors>SpryMedia Ltd</authors> | ||
<projectUrl>http://datatables.net</projectUrl> | ||
<license type="expression">MIT</license> | ||
<tags>Responsive Bootstrap Bootstrap4 Datatables jQuery table</tags> | ||
<dependencies> | ||
<dependency id="datatables.net-responsive" version=">=2.2.7"/> | ||
<dependency id="datatables.net-bs4" version=">=1.10.24"/> | ||
</dependencies> | ||
<contentFiles> | ||
<files include="**/*" buildAction="Content"/> | ||
</contentFiles> | ||
</metadata> | ||
<files> | ||
<file src="js/responsive.bootstrap4.js" target="content\Scripts"/> | ||
<file src="js/responsive.bootstrap4.js" target="contentFiles\any\any\wwwroot\js"/> | ||
<file src="js/responsive.bootstrap4.min.js" target="content\Scripts"/> | ||
<file src="js/responsive.bootstrap4.min.js" target="contentFiles\any\any\wwwroot\js"/> | ||
<file src="css/responsive.bootstrap4.css" target="content\Content"/> | ||
<file src="css/responsive.bootstrap4.css" target="contentFiles\any\any\wwwroot\css"/> | ||
<file src="css/responsive.bootstrap4.min.css" target="content\Content"/> | ||
<file src="css/responsive.bootstrap4.min.css" target="contentFiles\any\any\wwwroot\css"/> | ||
<file src="types/responsive.bootstrap4.d.ts" target="content\Scripts"/> | ||
<file src="types/responsive.bootstrap4.d.ts" target="contentFiles\any\any\wwwroot\js"/> | ||
</files> | ||
</package> | ||
|
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 |
---|---|---|
@@ -1,30 +1,47 @@ | ||
{ | ||
"name": "datatables.net-responsive-bs4", | ||
"description": "Responsive for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)", | ||
"main": "js/responsive.bootstrap4.js", | ||
"style": "css/responsive.bootstrap4.css", | ||
"version": "2.2.7", | ||
"description": "Responsive for DataTables with styling for [Bootstrap 4](http://getbootstrap.com/)", | ||
"files": [ | ||
"css/**/*.css", | ||
"js/**/*.js" | ||
], | ||
"main": "js/responsive.bootstrap4.js", | ||
"keywords": [ | ||
"responsive", | ||
"DataTables", | ||
"Responsive", | ||
"Bootstrap", | ||
"Bootstrap4", | ||
"Datatables", | ||
"jQuery", | ||
"table", | ||
"Bootstrap 4" | ||
"filter", | ||
"sort" | ||
], | ||
"dependencies": { | ||
"datatables.net-responsive": ">=2.2.7", | ||
"datatables.net-bs4": ">=1.10.24", | ||
"jquery": ">=1.7" | ||
}, | ||
"moduleType": [ | ||
"globals", | ||
"amd", | ||
"node" | ||
], | ||
"ignore": [ | ||
"composer.json", | ||
"datatables.json", | ||
"package.json" | ||
], | ||
"homepage": "https://datatables.net", | ||
"bugs": "https://datatables.net/forums", | ||
"license": "MIT", | ||
"author": { | ||
"name": "SpryMedia Ltd", | ||
"url": "http://datatables.net" | ||
}, | ||
"dependencies": { | ||
"jquery": ">=1.7", | ||
"datatables.net-bs4": "^1.10.15", | ||
"datatables.net-responsive": "2.2.7" | ||
}, | ||
"style": "css/responsive.bootstrap4.css" | ||
} | ||
"homepage": "https://datatables.net", | ||
"bugs": "https://datatables.net/forums", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DataTables/Dist-DataTables-Responsive-Bootstrap4.git" | ||
} | ||
} |
Empty file.