36864
36864
FFilament
Created by 36864 on 8/11/2023 in #❓┊help
How to access selected toggleable columns
When a user toggles columns on or off, is there a way to access the current state of all those toggles in the getTable() method, before building the table?
4 replies
FFilament
Created by 36864 on 6/21/2023 in #❓┊help
Keeping labels when using a Split in a table
When using a Split to enhance mobile views, the header row is lost even on large screens. Is there a way to prevent this, or to force specific labels for each "column" of the split? Alternatively, is there a way to Stack two columns without using Split and use a custom label for that?
4 replies
FFilament
Created by 36864 on 3/15/2023 in #❓┊help
Duplicate queries using bulk action
5 replies
FFilament
Created by 36864 on 3/15/2023 in #❓┊help
Accessing current selection in bulk action form
Is there a way to access the currently selected elements in a bulk action modal form? I have AccountEntries which are related to Clients and also to Processes. Client hasMany Process, and I want to be able to move a group of account entries to a different process for that client. I want to load client.processes for the selected account entries to show them in a dropdown.
3 replies