Skip to content

Commit fcf3b36

Browse files
committed
fix(Package): fixed readme remarks
1 parent 6229af0 commit fcf3b36

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ public function fields(Request $request)
7474
}
7575
```
7676

77+
78+
> This fields (both `ActionButton` and `ActionButtons`) are available on index and detail (Thanks to [@CosminBd](https://github.com/CosminBd)) views
79+
80+
7781
## Caveats
7882
* Currently, in order to use this field, you still have to declare the action in your resource `actions()` method.
7983
* Tested only on `confirm-action-modal` action
@@ -123,8 +127,6 @@ class RefreshAction extends Action
123127

124128
```
125129

126-
> This field is available on index and detail (Thanks to [@CosminBd](https://github.com/CosminBd)) views
127-
128130
---
129131
To hide the action either on Index or Detail, you can add the methods in the action declaration as per:
130132
```php

0 commit comments

Comments
 (0)