Responsive for DataTables with styling for Bootstrap
This package contains a built distribution of the Responsive extension for DataTables with styling for Bootstrap.In the modern world of responsive web design tables can often cause a particular problem for designers due to their row based layout. Responsive is an extension for DataTables that resolves that problem by optimising the table's layout for different screen sizes through the dynamic insertion and removal of columns from the table.
Installation
Browser
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 which can create CDN or locally hosted packages for you, will all dependencies satisfied.npm
npm install datatables.net-responsive-bs
ES3 Syntax
var $ = require( 'jquery' );
var dt = require( 'datatables.net-responsive-bs' )( window, $ );
ES6 Syntax
import 'datatables.net-responsive-bs'
bower
bower install --save datatables.net-responsive-bs