first commit
This commit is contained in:
20
public/assets/lib/datatables.net-dt/License.txt
Executable file
20
public/assets/lib/datatables.net-dt/License.txt
Executable file
@@ -0,0 +1,20 @@
|
||||
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.
|
||||
1
public/assets/lib/datatables.net-dt/css/jquery.dataTables.min.css
vendored
Executable file
1
public/assets/lib/datatables.net-dt/css/jquery.dataTables.min.css
vendored
Executable file
File diff suppressed because one or more lines are too long
BIN
public/assets/lib/datatables.net-dt/images/sort_asc.png
Executable file
BIN
public/assets/lib/datatables.net-dt/images/sort_asc.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 160 B |
BIN
public/assets/lib/datatables.net-dt/images/sort_asc_disabled.png
Executable file
BIN
public/assets/lib/datatables.net-dt/images/sort_asc_disabled.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 148 B |
BIN
public/assets/lib/datatables.net-dt/images/sort_both.png
Executable file
BIN
public/assets/lib/datatables.net-dt/images/sort_both.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 201 B |
BIN
public/assets/lib/datatables.net-dt/images/sort_desc.png
Executable file
BIN
public/assets/lib/datatables.net-dt/images/sort_desc.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 158 B |
BIN
public/assets/lib/datatables.net-dt/images/sort_desc_disabled.png
Executable file
BIN
public/assets/lib/datatables.net-dt/images/sort_desc_disabled.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 146 B |
5
public/assets/lib/datatables.net-dt/js/dataTables.dataTables.min.js
vendored
Executable file
5
public/assets/lib/datatables.net-dt/js/dataTables.dataTables.min.js
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
/*!
|
||||
DataTables styling integration
|
||||
©2018 SpryMedia Ltd - datatables.net/license
|
||||
*/
|
||||
(function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(a){return b(a,window,document)}):"object"===typeof exports?module.exports=function(a,c){a||(a=window);if(!c||!c.fn.dataTable)c=require("datatables.net")(a,c).$;return b(c,a,a.document)}:b(jQuery,window,document)})(function(b){return b.fn.dataTable});
|
||||
Reference in New Issue
Block a user