Brought in following assets that Kevin's EDI project will be using:
[openemr.git] / public / assets / datatables-scroller-1-4-1 / examples / styling / jqueryui.xml
blob9f1675d5dae67d059df26e814671220cb40fa320
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <dt-example table-type="scroller" table-class="display nowrap" order="1" framework="jqueryui">
4 <css lib="datatables scroller" />
5 <js lib="jquery datatables scroller">
6 <![CDATA[
7 $(document).ready(function() {
8         $('#example').DataTable( {
9                 ajax:           "../data/2500.txt",
10                 deferRender:    true,
11                 scrollY:        200,
12                 scrollCollapse: true,
13                 scroller:       true
14         } );
15 } );
16 ]]>
17 </js>
19 <title lib="Scroller">jQuery UI</title>
21 <info><![CDATA[
23 This example shows DataTables and Scroller being used with [jQuery UI](http://jqueryui.com/) providing the base styling information.
25 ]]></info>
27 </dt-example>