seamlessly
TableWidget: Modal in View Actions empty data
Hopefully this helps someone - I was able to solve this by passing
->statePath('state')
, this also requires that the Widget has this state defined as public
, it will not work if not defined in the class.
This is the GenericTableWidget
Now you can extend this class to show a specific resource such as Users:
Make sure that in your UserResource
you have defined the static function getTableColumns
:
5 replies