Brought in following assets that Kevin's EDI project will be using:
[openemr.git] / public / assets / datatables-fixedheader-3-1-1 / examples / integration / buttons.xml
blob11f9043994ee38727334a39ca60a7361a3619ba6
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <dt-example table-type="html" order="4">
4 <css lib="datatables fixedheader buttons" />
5 <js lib="jquery datatables fixedheader buttons buttons-colvis">
6 <![CDATA[
7 $(document).ready(function() {
8         var table = $('#example').DataTable( {
9                 fixedHeader: true,
10                 dom: 'Bfrtip',
11                 buttons: [
12                         'colvis'
13                 ]
14         } );
15 } );
16 ]]>
17 </js>
19 <title lib="FixedHeader">Buttons columns visibility integration</title>
21 <info><![CDATA[
23 [Buttons](https://datatables.net/extensions/buttons) provides a number of options to control a DataTable including column visibility control. This example shows how FixedHeader will dynamically update as the column visibility changes.
25 ]]></info>
27 </dt-example>