Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table row disabling clickable not working #52

Closed
valpuia opened this issue May 3, 2023 · 5 comments
Closed

Table row disabling clickable not working #52

valpuia opened this issue May 3, 2023 · 5 comments

Comments

@valpuia
Copy link

valpuia commented May 3, 2023

I cannot make the table row to be NOT CLICKABLE

This link https://filamentphp.com/docs/2.x/tables/getting-started#disabling-clickable-rows cannot applied

@Z3d0X
Copy link
Owner

Z3d0X commented May 4, 2023

Please note that method would need to be used on the list page not the resource.

@Z3d0X Z3d0X closed this as completed May 4, 2023
@valpuia
Copy link
Author

valpuia commented May 4, 2023

Yes, I put these fn() in List page but not working..

protected function getTableRecordUrlUsing(): ?Closure
{
    return null;
}

I can still be able to click table rows

please don't close as completed because it's still not working

@Z3d0X
Copy link
Owner

Z3d0X commented May 4, 2023

Ok I will check on this

@Z3d0X Z3d0X reopened this May 4, 2023
@valpuia
Copy link
Author

valpuia commented May 11, 2023

Ok I will check on this

Hi @Z3d0X any progress on this..

@Z3d0X
Copy link
Owner

Z3d0X commented Jun 10, 2023

Just tested and confirmed.

protected function getTableRecordUrlUsing(): ?Closure
{
    return null;
}

works as expected when it is used in ListActivities

@Z3d0X Z3d0X closed this as completed Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants