Advanced Configuration (deprecated)
Starting with version 1.7 this is not the recommended method of defining settings for fields. It is now recommended to use the YAML settings when managing a Simple Grid field in the control panel.
If you had settings added to your config file with this method they will continue to work, but support is no longer provided if you encounter an issue.
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:


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?