mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7355 - Upgrade datatables.net to 1.13.11 (and plugins)
This commit is contained in:
9
node_modules/datatables.net-scroller/Readme.md
generated
vendored
9
node_modules/datatables.net-scroller/Readme.md
generated
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user