Advanced Configuration (deprecated)

Simple Grids & Tables was designd to be simple, hence the name, however there have been many requests to add more configuration options to the columns in a Simple Grid field. Instead of a large refactor, and complicating the UI of a Simple Grid field configuration screen, you can now manage the configuration options of each column by adding an array to your site's config.php file. You can define global options that apply to every column type, or define the options of a specific column in a field. Since this is an advanced configuration you will need to inspect the HTML and find the IDs, or take note of the IDs in the URL when editing the fields.

Support is not provided to help find the IDs of your fields and columns, but here are some examples of how to find them:

Finding the IDs in a standalone channel field
Finding the IDs in a Bloqs field

Example Config

Supported Config Options

Below is a list of fieldtypes and the override options along with their default values that are supported by Simple Grid. Other available options values are noted next to the option after the // code comment.

Date and DateTime Fields

No config override options available

File Field

Textarea

RTE Field (EE7+ only)

Text

Toggle

URL

Last updated

Was this helpful?