N°7355 - Upgrade datatables.net to 1.13.11 (and plugins)

This commit is contained in:
Molkobain
2024-03-26 11:02:46 +01:00
parent bcfbacc625
commit 12b30c1531
42 changed files with 28058 additions and 5541 deletions

View File

@@ -17,11 +17,17 @@ For inclusion of this library using a standard `<script>` tag, rather than using
npm install datatables.net-scroller
```
ES3 Syntax
```
var $ = require( 'jquery' );
require( 'datatables.net-scroller' )( window, $ );
```
ES6 Syntax
```
import 'datatables.net-scroller'
```
### bower
```
@@ -32,8 +38,7 @@ bower install --save datatables.net-scroller
## Documentation
Full documentation of the DataTables options, API and plug-in interface are available on the DOCS_LINK. The site also contains information on the wide variety of plug-ins that are available for DataTables, which can be used to enhance and customise your table even further.
Full documentation and examples for Scroller can be found [on the website](https://datatables.net/extensions/scroller).
## Bug / Support