Loft Data Grids

Categories

Component ID

2381317

Component name

Loft Data Grids

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

12233

Component created

Component changed

Component body

A module wrapper integrating Loft Data Grids with Drupal.

You probably only need this module if another module requires it.

Requires PHP >= 5.3

If you have a dependency on this module and you need a Drupal 8 version, please let me know by commenting on (or creating) the issue called “Drupal 8 Port”. I will prioritize those modules that have the most votes for Drupal 8 first over others.

Drupal 8 Version Installation

Loft Data Grids must be installed via Composer, in order to get the required libraries. The tarballs are provided for informative purposes only.

  1. In a shell window, go to the root of Drupal
  2. Tell composer where to find the module by adding the drupal repository:

    composer config repositories.drupal composer https://packages.drupal.org/8
    
  3. Now that composer knows where to find it, require this module (still from the drupal root directory):

    composer require drupal/loft_data_grids
    
  4. Now go to Administer > Site Building > Modules and enable this module.

Module updates

To update this module, use composer, e.g. the following in a shell:

composer update aklump/loft_data_grids --with-dependencies