You are here

README.txt in FooTable 7.2

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 8 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Credits
 * Maintainers


INTRODUCTION
------------

The FooTable module integrates the FooTable jQuery plugin into Drupal which
provides a responsive table plugin.

 * For a full description of the module, visit the project page:
   https://drupal.org/project/footable

 * To submit bug reports and feature suggestions, or to track changes:
   https://drupal.org/project/issues/search/footable


REQUIREMENTS
------------

This module requires the following modules:

 * Chaos tool suite (ctools) (https://drupal.org/project/ctools)
 * Views (https://drupal.org/project/views)
 * Libraries API (https://drupal.org/project/libraries)

The FooTable plugin also requires atleast jQuery version 1.7 which requires
either one of the following modules:

 * jQuery Update (https://drupal.org/project/jquery_update)
 * jQuery Multi (https://drupal.org/project/jqmulti)

If you're using the standalone version of the FooTable plugin, which can be
configured via Configuration » User interface » FooTable » Settings, you need
to include the Font Awesome (https://fortawesome.github.io/Font-Awesome)font in
your project. The easiest way to do this is by installing the following module:

 * Font Awesome Icons (https://www.drupal.org/project/fontawesome)


INSTALLATION
------------

 * Module: Install as you would normally install a contributed Drupal module.
   See: https://drupal.org/documentation/install/modules-themes/modules-7 for
   further information.

 * Plugin: Download the most recent 3.x.x version of the FooTable jQuery plugin
   from https://github.com/fooplugins/FooTable/archive/V3.zip and move the
   contents of the compiled directory into the sites/all/libraries/footable
   directory.

 * jQuery: Download jQuery Update or jQuery Multi and Install as you would
   normally install a contributed Drupal module. See:
   https://drupal.org/documentation/install/modules-themes/modules-7 for
   further inforamtion.


CONFIGURATION
-------------

 * Configure user permissions in Administration » People » Permissions:

   - Administer FooTable

     Users in roles with the "Administer FooTable" permission will be able to
     change the configuration of the FooTable module via Configuration »
     User interface » FooTable.

 * Customize the module in Configuration » User interface » FooTable.

   - Breakpoints
   - Settings

 * Enable the FooTable module for a view using the following steps:

   - When creating a view, select the *FooTable* format.
   - Click on the *Settings* link, under the *Format* section.
   - Scroll down to the *FooTable Settings* section.
   - Configure the general FooTable settings accordingly.
   - Under the *Collapsed Columns* section, choose the "breakpoints" for which
     each column should be hidden.


CREDITS
-------

This module would not be possible without the FooTable plugin itself. Thanks to
Bradvin & Steveush (https://github.com/orgs/fooplugins/people) for making it
available and to all the others who helped inspire it.

This module is largely based on code from the DataTables
(http://drupal.org/project/datatables) module. Many thanks to Duellj
(http://drupal.org/user/168159) for developing and contributing that module.


MAINTAINERS
-----------

Current maintainers:
 * Mitch Portier (Arkener) - https://drupal.org/user/2284182
 * Matt Vance (Matt V.) - https://drupal.org/user/88338

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Credits
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. The FooTable module integrates the FooTable jQuery plugin into Drupal which
  12. provides a responsive table plugin.
  13. * For a full description of the module, visit the project page:
  14. https://drupal.org/project/footable
  15. * To submit bug reports and feature suggestions, or to track changes:
  16. https://drupal.org/project/issues/search/footable
  17. REQUIREMENTS
  18. ------------
  19. This module requires the following modules:
  20. * Chaos tool suite (ctools) (https://drupal.org/project/ctools)
  21. * Views (https://drupal.org/project/views)
  22. * Libraries API (https://drupal.org/project/libraries)
  23. The FooTable plugin also requires atleast jQuery version 1.7 which requires
  24. either one of the following modules:
  25. * jQuery Update (https://drupal.org/project/jquery_update)
  26. * jQuery Multi (https://drupal.org/project/jqmulti)
  27. If you're using the standalone version of the FooTable plugin, which can be
  28. configured via Configuration » User interface » FooTable » Settings, you need
  29. to include the Font Awesome (https://fortawesome.github.io/Font-Awesome)font in
  30. your project. The easiest way to do this is by installing the following module:
  31. * Font Awesome Icons (https://www.drupal.org/project/fontawesome)
  32. INSTALLATION
  33. ------------
  34. * Module: Install as you would normally install a contributed Drupal module.
  35. See: https://drupal.org/documentation/install/modules-themes/modules-7 for
  36. further information.
  37. * Plugin: Download the most recent 3.x.x version of the FooTable jQuery plugin
  38. from https://github.com/fooplugins/FooTable/archive/V3.zip and move the
  39. contents of the compiled directory into the sites/all/libraries/footable
  40. directory.
  41. * jQuery: Download jQuery Update or jQuery Multi and Install as you would
  42. normally install a contributed Drupal module. See:
  43. https://drupal.org/documentation/install/modules-themes/modules-7 for
  44. further inforamtion.
  45. CONFIGURATION
  46. -------------
  47. * Configure user permissions in Administration » People » Permissions:
  48. - Administer FooTable
  49. Users in roles with the "Administer FooTable" permission will be able to
  50. change the configuration of the FooTable module via Configuration »
  51. User interface » FooTable.
  52. * Customize the module in Configuration » User interface » FooTable.
  53. - Breakpoints
  54. - Settings
  55. * Enable the FooTable module for a view using the following steps:
  56. - When creating a view, select the *FooTable* format.
  57. - Click on the *Settings* link, under the *Format* section.
  58. - Scroll down to the *FooTable Settings* section.
  59. - Configure the general FooTable settings accordingly.
  60. - Under the *Collapsed Columns* section, choose the "breakpoints" for which
  61. each column should be hidden.
  62. CREDITS
  63. -------
  64. This module would not be possible without the FooTable plugin itself. Thanks to
  65. Bradvin & Steveush (https://github.com/orgs/fooplugins/people) for making it
  66. available and to all the others who helped inspire it.
  67. This module is largely based on code from the DataTables
  68. (http://drupal.org/project/datatables) module. Many thanks to Duellj
  69. (http://drupal.org/user/168159) for developing and contributing that module.
  70. MAINTAINERS
  71. -----------
  72. Current maintainers:
  73. * Mitch Portier (Arkener) - https://drupal.org/user/2284182
  74. * Matt Vance (Matt V.) - https://drupal.org/user/88338