Stacktable
Categories
Component ID
2546840
Component name
Stacktable
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
361
Component created
Component changed
Component body
INTRODUCTION
This module provides integration for the Stacktable.js plugin for creating
responsive tables. The purpose of Stacktable.js is to give you an easy way
of converting wide tables to a format that will work better on small screens.
It creates a copy of the table that is converted into a 2-column key/value form
REQUIREMENTS
The Stacktable module requires the Libraries API module.
jQuery version required: 1.7
INSTALLATION
- Copy record question folder to modules directory (usually sites/all/modules).
- Download the library https://github.com/johnpolacek/stacktable.js/zipball/master
- Insert the contents of the archive here sites/all/libraries/stacktable.js
- Set jQuery version to 1.7 or > 1.7
- At admin/build/modules enable the Stacktable module in the Responsive package.
- At admin/config/system/stacktable specify the desired form id and class table.
For detailed instructions on installing contributed modules see:
install modules
