| null */ protected function getTableContentGrid(): ?array { return null; } /** * @deprecated Override the `table()` method to configure the table. */ protected function getTableContentFooter(): ?View { return null; } }