Skip to content

Allow to set unescaped/raw columns in datatable presenter.

Compare
Choose a tag to compare
@NViktors NViktors released this 20 Dec 13:06
· 11 commits to master since this release
/**
   * Columns that shouldn't be escaped.
   *
   * @var array
   */
public $rawColumns = [
    'is_email_verified',
];

Set raw columns in datatable presenter.