Skip to content

Instantly share code, notes, and snippets.

@kinglozzer
Created March 30, 2016 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kinglozzer/d1c1fd1f744c0fb2ba8aaa69ad41f0a4 to your computer and use it in GitHub Desktop.
Save kinglozzer/d1c1fd1f744c0fb2ba8aaa69ad41f0a4 to your computer and use it in GitHub Desktop.
<?php
GridField::create(
'Items',
'Vouchers',
$this->Items(),
$config = GridFieldConfig_RecordEditor::create()
);
$dataColumns = $config->getComponentByType('GridFieldDataColumns');
$dataColumns->setFieldCasting(array(
'Status' => 'HTMLText->RAW'
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment