0.0.3 • Published 7 years ago

datatables-epresponsive v0.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

epResponsive

The epResponsive plug-in allows columns to be hidden as the window is resized, using metadata-defined column widths for the column definitions.

Installation

Install using bower or npm

Usage

Include the feature letter R on the dom option. An array of the column definitions should be pushed to the datatables settings object, named columns. Each column in the array should have a width defined in either em, %, or px units. Make sure to disable the autoWidth feature on the datatable, as this will interfere with the column sizing.

GitHub

Submit PRs to the GitHub repo.