File: demos/startbootstrap-sb-admin-2/bower_components/datatables-responsive/examples/styling/scrolling.xml

Recommend this page to a friend!
  Classes of Emmanuel Podvin   Blapy   demos/startbootstrap-sb-admin-2/bower_components/datatables-responsive/examples/styling/scrolling.xml   Download  
File: demos/startbootstrap-sb-admin-2/bower_components/datatables-responsive/examples/styling/scrolling.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
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/styling/scrolling.xml
Date: 2 years ago
Size: 883 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" ?> <dt-example table-type="html-wide" table-class="display responsive nowrap" order="5"> <css lib="datatables responsive"> div.container { max-width: 1200px } </css> <js lib="jquery datatables responsive"> <![CDATA[ $(document).ready(function() { var table = $('#example').DataTable( { scrollY: 300, paging: false } ); } ); ]]> </js> <title lib="Responsive">Vertical scrolling</title> <info><![CDATA[ This example shows Responsive in use with the `dt-init scrollY` option to present a scrolling table (instead of using paging as the other Responsive examples do). Responsive will automatically work with the table in such a configuration. Responsive can be used with `dt-init scrollX`, however it is relatively pointless as Responsive will remove columns to ensure that there is no horizontal scrolling! ]]></info> </dt-example>