We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6229af0 commit fcf3b36Copy full SHA for fcf3b36
README.md
@@ -74,6 +74,10 @@ public function fields(Request $request)
74
}
75
```
76
77
+
78
+> This fields (both `ActionButton` and `ActionButtons`) are available on index and detail (Thanks to [@CosminBd](https://github.com/CosminBd)) views
79
80
81
## Caveats
82
* Currently, in order to use this field, you still have to declare the action in your resource `actions()` method.
83
* Tested only on `confirm-action-modal` action
@@ -123,8 +127,6 @@ class RefreshAction extends Action
123
127
124
128
125
129
126
-> This field is available on index and detail (Thanks to [@CosminBd](https://github.com/CosminBd)) views
-
130
---
131
To hide the action either on Index or Detail, you can add the methods in the action declaration as per:
132
```php
0 commit comments