Skip to content

How to disable clickable row ? #6189

Answered by rmitesh
xBigDaddyx asked this question in Help
Apr 13, 2023 · 9 comments · 15 replies
Discussion options

You must be logged in to vote

Hi @Terefai

Instead of adding in the main resource, you have to add in your List class.

PlanResource > Pages > ListPlans

use Closure;

class ListPlans extends ListRecords
{
    // ...
    
    protected function getTableRecordUrlUsing(): ?Closure
    {
        return null;
    }
}

Replies: 9 comments 15 replies

Comment options

You must be logged in to vote
3 replies
@xBigDaddyx
Comment options

@davodsaraei
Comment options

@magarrent
Comment options

Answer selected by xBigDaddyx
Comment options

You must be logged in to vote
3 replies
@danharrin
Comment options

@anselmobattisti
Comment options

@xiaomlove
Comment options

Comment options

You must be logged in to vote
6 replies
@leandrocfe
Comment options

@untillnesss
Comment options

@leandrocfe
Comment options

@danharrin
Comment options

@sinnbeck
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@danharrin
Comment options

@Integrityby-design
Comment options

@melodymoselle
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet