exclude('ClassName', RedirectorPage::class) ->filter('Content', [null, '', '

', '

 

']) ->sort('Title'); } public function columns() { return array( "Title" => array( "title" => "Title", // todo: use NestedTitle(2) "link" => true, ), ); } }