You are here

README.txt in Views MediaTable 7

Views MediaTable
==============

Views MediaTable integrate the functionality of MediaTable(http://consulenza-web.com/jquery/MediaTable/) into the Views module, allowing the creation of dynamic views tables where users of your site can choose to show or hide certain columns. This module also allows certain table column to behave responsively, hiding the less relevant data in smaller screen sizes.

## REQUIREMENTS

Module Dependencies:
- Views (http://drupal.org/project/views)
- Libraries API (http://drupal.org/project/libraries)

Library Dependencies:
- MediaTable (https://github.com/thepeg/MediaTable/)

## INSTALLATION

1. Views MediaTable depends on the Views and Libraries modules, download and enable these modules.

2. Download and place the MediaTable library into your libraries directory ( e.g. /sites/all/libraries ). The MediaTable library from here: https://github.com/thepeg/MediaTable

3. Once the dependencies are in place and installed. Copy the entirety of the views_mediatable directory into your modules directoy ( e.g. /sites/all/modules ) and active the Views MediaTable module.

## USAGE

Once the module is properly installed. A new views format "Views MediaTable Table" will be usable. This format has a settings "MediaTable Display Options" for each of its columns. This new setting has 3 options:

1. Always Shown - A column with this option will always be displayed despite the screen size and users will not have the option to hide the column.

2. Shown with Option to Hide - A column with this setting will be shown by default and is unaffected by the screen size. However, the user will have the option to hide column.

3. Hide on Smaller Resolutions with Option to Show - A column with this setting will show by default in wider screen sizes (768px or higher) and will hide automatically for all screen sizes under 786px. However, the user have the option to show the column even in smaller screen sizes.

File

README.txt
View source
  1. Views MediaTable
  2. ==============
  3. Views MediaTable integrate the functionality of MediaTable(http://consulenza-web.com/jquery/MediaTable/) into the Views module, allowing the creation of dynamic views tables where users of your site can choose to show or hide certain columns. This module also allows certain table column to behave responsively, hiding the less relevant data in smaller screen sizes.
  4. ## REQUIREMENTS
  5. Module Dependencies:
  6. - Views (http://drupal.org/project/views)
  7. - Libraries API (http://drupal.org/project/libraries)
  8. Library Dependencies:
  9. - MediaTable (https://github.com/thepeg/MediaTable/)
  10. ## INSTALLATION
  11. 1. Views MediaTable depends on the Views and Libraries modules, download and enable these modules.
  12. 2. Download and place the MediaTable library into your libraries directory ( e.g. /sites/all/libraries ). The MediaTable library from here: https://github.com/thepeg/MediaTable
  13. 3. Once the dependencies are in place and installed. Copy the entirety of the views_mediatable directory into your modules directoy ( e.g. /sites/all/modules ) and active the Views MediaTable module.
  14. ## USAGE
  15. Once the module is properly installed. A new views format "Views MediaTable Table" will be usable. This format has a settings "MediaTable Display Options" for each of its columns. This new setting has 3 options:
  16. 1. Always Shown - A column with this option will always be displayed despite the screen size and users will not have the option to hide the column.
  17. 2. Shown with Option to Hide - A column with this setting will be shown by default and is unaffected by the screen size. However, the user will have the option to hide column.
  18. 3. Hide on Smaller Resolutions with Option to Show - A column with this setting will show by default in wider screen sizes (768px or higher) and will hide automatically for all screen sizes under 786px. However, the user have the option to show the column even in smaller screen sizes.