File: demos/startbootstrap-sb-admin-2/bower_components/datatables-responsive/examples/display-control/fixedHeader.xml

Recommend this page to a friend!
  Classes of Emmanuel Podvin   Blapy   demos/startbootstrap-sb-admin-2/bower_components/datatables-responsive/examples/display-control/fixedHeader.xml   Download  
File: demos/startbootstrap-sb-admin-2/bower_components/datatables-responsive/examples/display-control/fixedHeader.xml
Role: Example script
Content type: text/plain
Description: Example script
Class: Blapy
jQuery plugin to load linked pages using AJAX
Author: By
Last change: Update of demos/startbootstrap-sb-admin-2/bower_components/datatables-responsive/examples/display-control/fixedHeader.xml
Date: 2 years ago
Size: 798 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" ?> <dt-example table-type="html-wide" table-class="display nowrap" order="4"> <css lib="datatables responsive fixedheader"> div.container { max-width: 1200px } </css> <js lib="jquery datatables responsive fixedheader"> <![CDATA[ $(document).ready(function() { var table = $('#example').DataTable( { responsive: true, paging: false } ); new $.fn.dataTable.FixedHeader( table ); } ); ]]> </js> <title lib="Responsive">With FixedHeader</title> <info><![CDATA[ This example shows Responsive being used with the DataTables [FixedHeader](http://datatables.net/extensions/fixedheader) extension. FixedHeader will lock a table's header to the top of the table, ensuring that the user always knows what each column relates to. ]]></info> </dt-example>