IndomieRendang
Filament in react behavior?
Well this might be a stupid question, or very very smart & cool. Anyone feels the table (especially with a lot of rows with complex decorations like badge, icons, colors) loaded or updated relatively slow, or very slow? Yeah that's ssr, we know, livewire..
I don't have any problems with form, widgets or page since they're small and quickly rendered... But tables are really different case, in term of massive repetitions and size...
I'm just curious, is it possible for us to prepare our "fixed row template", bring it to the hardcoded view as an alpine template, then we just send json for any update???? I want anyone to help me decide whether I should allocate my time for trying that or just never do it at all 😅
2 replies
Get updated row selection on modal open
I have a bulk action and want to fill form based on current selection. It works at the first modal open, but after closing modal, update the selection, then click the action again, the $records data is not updated.
3 replies
Can I defer-loading a table column/cell?
I need it because there's one column that fetches from an external API, individually. So waiting the whole table to load is not fun, right?
I expect that the table load normally, but that column will be 'loading' and show the result later.
8 replies
Anonymous Action doesn't work correctly inside repeater?
From the example above, the
dd
will always get the same state from the first row, no matter how many we have the row in the repeater.
I can confirm that the state path of that action container are the same across repeater rows. So they also share the loading state, means when an action is loading, the others are loading too.
But I have no idea to fix it.8 replies
How to show loading indicator for bulk action button?
Is it possible to show loading/spinner while waiting for some action (bulk action) to complete? I don't want to queue the process so user must wait for it... I see inline actions can show loading but not with bulk action.
2 replies
Is this a bug? (Repeater field)
Sometimes it happens. Maybe this is known issue?
I'm using Table Repeater plugin in this video, but this also happens using native repeater field (because I don't want to revert back using filament repeater).
I will record again using filament repeater field if someone really doesn't believe me 😵💫
3 replies
Custom validation message?
Hi, how to change some validation message for specific form?
Invitation action form:
I just want to make a very little change:
"The Email has already been taken invited this team"
so I think I shouldn't modify the lang file.
6 replies
Use same icon for different state in BadgeColumn
I need to use same icon class for different value, how to make it possible?
The structure above however looks impossible (and didn't work) as those values share the same key.
I tried something like this but still didn't work.
Any way to achieve that?
3 replies