Replies: 1 comment
-
On transition, this value will still be cleared. Since this is a new request. Use something like: Button::make('Export')->parameters(
request()->all()
); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A way to persist the data, after filter and search, so that it can be exported from a command bar button with a simple CSV export functionality.
platform/src/Screen/Screen.php
Line 62 in 902925c
Beta Was this translation helpful? Give feedback.
All reactions