datatables.net 2.3.8 → 3.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Readme.md +2 -2
- package/js/dataTables.js +12362 -14162
- package/js/dataTables.min.js +3 -3
- package/js/dataTables.min.mjs +3 -3
- package/js/dataTables.mjs +11910 -13708
- package/package.json +2 -16
- package/types/types.d.ts +3848 -1946
package/Readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# DataTables
|
|
1
|
+
# DataTables - The Javascript table library
|
|
2
2
|
|
|
3
|
-
This package contains distribution files for the [DataTables table
|
|
3
|
+
This package contains distribution files for the [DataTables table library](https://datatables.net). While DataTables is dependency free, only the core software for this library is contained in this package - to be correctly styled, a styling package for DataTables must also be included (e.g. default, Bootstrap, Bulma, Foundation or others). Please see the [npm installation documentation on the DataTables site](https://datatables.net/manual/installation#Node.js-/-NPM) for full details.
|
|
4
4
|
|
|
5
5
|
DataTables is a table enhancing library which adds features such as paging, ordering, search, scrolling and many more to a static HTML page. A comprehensive API is also available that can be used to manipulate the table. Please refer to the [DataTables web-site](//datatables.net) for a full range of documentation and examples.
|
|
6
6
|
|