Z3d0X / filament-logger

Extensible activity logger for filament that works out-of-the-box.
MIT License
276 stars 40 forks source link

Table row disabling clickable not working #52

Closed valpuia closed 1 year ago

valpuia commented 1 year ago

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 commented 1 year ago

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

valpuia commented 1 year ago

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 commented 1 year ago

Ok I will check on this

valpuia commented 1 year ago

Ok I will check on this

Hi @Z3d0X any progress on this..

Z3d0X commented 1 year ago

Just tested and confirmed.

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

works as expected when it is used in ListActivities