EikosPartners / datatables-epResponsive

Plugin for datatables allowing responsive table using metadata defined column widths

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Plugin for datatables allowing responsive table using metadata defined column widths

License:MIT License


Languages

Language:JavaScript 100.0%