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

', '

 

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