Loft Data Grids
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
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.
- In a shell window, go to the root of Drupal
-
Tell composer where to find the module by adding the drupal repository:
composer config repositories.drupal composer https://packages.drupal.org/8 -
Now that composer knows where to find it, require this module (still from the drupal root directory):
composer require drupal/loft_data_grids - 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
