How do I add modal action to TableWidget like Resource?
I can open the modal window with the code below in the resource
But I can't open modals with the code below in the table widget
I probably don't know much about the difference between Row action and basic action..........
Please let me know if there is a way to launch the modal window in TableWidget
Solution:Jump to solution
This was the problem.
```php
public function getTableRecordKey(Model $record): string
{...
1 Reply
Solution
This was the problem.