*/ protected function getTableHeaderActions(): array { return []; } /** * @deprecated Override the `table()` method to configure the table. */ protected function getTableHeading(): string | Htmlable | null { return null; } }