Can we make only the click on text instead of click on that table cell ? ```php TextColumn::make('name') ->url(fn ($record) => ComplianceDocumentResource::getUrl('index')) ```