upgraded and consolidated js datatables package (#427)
[openemr.git] / public / assets / datatables.net-scroller-jqui-1-4-2 / Readme.md
blob45829d3f1c46d8adae0ce89b7327102f0f4838c1
1 # Scroller for DataTables with styling for [jQuery UI](http://jqueryui.com/)
3 This package contains distribution files required to style [Scroller extension](https://datatables.net/extensions/scroller) for [DataTables](https://datatables.net/) with styling for [jQuery UI](http://jqueryui.com/).
5 Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen very quickly. Virtual rendering means is that only the visible portion of the table is drawn, while the scrolling container gives the visual impression that the whole table is visible, allowing excellent browser performance.
8 ## Installation
10 ### Browser
12 For inclusion of this library using a standard `<script>` tag, rather than using this package, it is recommended that you use the [DataTables download builder](//datatables.net/download) which can create CDN or locally hosted packages for you, will all dependencies satisfied.
14 ### npm
16 ```
17 npm install datatables.net-scroller-jqui
18 ```
20 ```
21 var $ = require( 'jquery' );
22 require( 'datatables.net-scroller-jqui' )( window, $ );
23 ```
25 ### bower
27 ```
28 bower install --save datatables.net-scroller-jqui
29 ```
33 ## Documentation
35 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.
38 ## Bug / Support
40 Support for DataTables is available through the [DataTables forums](//datatables.net/forums) and [commercial support options](//datatables.net/support) are available.
43 ### Contributing
45 If you are thinking of contributing code to DataTables, first of all, thank you! All fixes, patches and enhancements to DataTables are very warmly welcomed. This repository is a distribution repo, so patches and issues sent to this repo will not be accepted. Instead, please direct pull requests to the [DataTables/Scroller](http://github.com/DataTables/Scroller). For issues / bugs, please direct your questions to the [DataTables forums](//datatables.net/forums).
48 ## License
50 This software is released under the [MIT license](//datatables.net/license). You are free to use, modify and distribute this software, but all copyright information must remain.