Illizian
Explore posts from serversHelp Us Improve Filament’s Docs & Education in v4
ah ha, perfect. There was me sitting here grumbling at that notion haha... Can I suggest you just point any LLM at https://www.answeroverflow.com/c/883083792112300104 @jals65, or vectorize that and the doc site and RAG a model with it. I've found Cursor to be "reasonable" at FIlament once it has indexed the docsite
81 replies
Table filters result
looks like this supports:
->action(function($records) {})
which is exactly what you need, but would require the user to hit the "Select All" button once filtered. This would however (for better UX) let them additionally filter it by unticking/ticking the ones they need if the filter isn't enough for their purpose.26 replies
Table filters result
I'm not sure what you're doing but it's worth checking out https://filamentphp.com/docs/3.x/actions/prebuilt-actions/export too
26 replies