FranklySteve
Sortable doesn't work within ColumnGroup?
Apologies if this is the expected behaviour, but couldn't find any answers. I noticed if I use Filament\Tables\Columns\ColumnGroup the text columns within are no longer sortable, is this the expected behaviour and if so is there a wokr around please? Thanks 🙏
4 replies
maxLength has stopped cutting off text?
HI, not sure why, or when, but for some reason one of my text fields has stopped cutting off text. It validates on save, but doesn't actually prevent text from going beyond 16 chars when typing within it, which it used to, any ideas please?
I've pasted the code below, which feels silly, but might help!
Thanks!
6 replies
Help using a filter on table with relationship and PHP Enum please?
Hi, I'm trying to create a filter in a table using a relationship that uses a PHP enum for it's options. I've so far got got the following, but it has no effect on the displayed data. Any pointers please?
Thanks
2 replies
Prevent data being saved to model on file/s upload?
Hi, I have an upload form and all I want it to do it upload the files, I don't need it to save anything to the database or do anything.
Any ideas how once the upload has been done, the modal simply closes and resets, please?
Clicking create takes too long for something that isn't required, so I just want rid, thanks. 🙂
6 replies