Responsive GridField

Responsive addon for frontendgridfield that makes a SilverStripe GridField work better on various screensizes.


Responsive GridField

Responsive addon for frontendgridfield that makes a SilverStripe GridField work better on various screensizes.

Maintainer Contact

Requirements

Installation

Composer (recommended):

composer require webbuilders-group/silverstripe-responsivegridfield

Usage

Usage of the module is simple, you just need to add the component ResponsiveGridFieldColumns to your GridField's configuration. See the documentation for more information on how to use the module.


Versions

Install composer require webbuilders-group/silverstripe-responsivegridfield dev-master

Requires

  • silverstripe/framework: ~4.3|~5.0|~6.0
  • webbuilders-group/silverstripe-frontendgridfield: ~2.0|~3.0