previous and next record inside form using actions

How to update form to previous or next record/item when buttons are clicked without reloading modal.
5 Replies
Alnuaimi
Alnuaimi6mo ago
@jonbalagot do you it?
GHOST-117
GHOST-1176mo ago
u can use step modal Using a wizard as a modal form
Alnuaimi
Alnuaimi6mo ago
thank you brother
No description
GHOST-117
GHOST-1176mo ago
iam getting Filament\Forms\Components\Actions::Filament\Forms\Components{closure}(): Argument #1 ($action) must be of type Filament\Forms\Components\Actions\Action, Filament\Tables\Actions\Action given but i have imported use Filament\Forms\Components\Actions;
No description
Want results from more Discord servers?
Add your server
More Posts
CMS-Pages with Filament V3I know CMS-Pages isn't compatible with v3 of Filament but I've been trying to recreate it based on iBasic question regarding relationships in a resourceI have a Post resource, that has a user_id column, and in my form method I have this array: ``` pubHow to include Vite compiled JS into admin panel?I am creating a custom field, that needs to use a JS library. I am importing that library and initiaEdit/Remove "Create a (resource) to get started." when `canCreate()` is falseI have a resource that has `canCreate()` as false. The default label is "Create a (resource name) toDynamic number of select fieldsHi! I have tables: sets: id, name groups: id, name set_groups: id, group_id, set_id elements: id, n"Property type not supported in Livewire for property" when using custom castsI have a json field on my model, where I use a custom class as a cast: ```php protected $casts How to make a custom page "Settings" with only several fields and to have the custom route for that?Hello! I need to have a simple page with several text fields of global site settings like "adminEHow to make the current page indicator more visible in v3 table pagination?Is there an easy way to change the current page indicator in the standard v3 pagination visually (e.Get file name from media tableHi there, is it possible to get/show the file name (file_name) for each media in a Infolist? How canGet value of field within an actionI have a field which uses a hintAction. This action opens a modal window and I want to prefill the f