Dennyvik
Full page loading
thank you for looking up on my issue. it is slow because in production my table's records already growing. I am sorry if i made some confusion. Now I realize I didn't said it clearly. The loading indicator is shown in the table where I set the render hook to.
What i am looking for is to display the loading indicator in the TextColumn when it clicked. similar with Table Action when it clicked.
But that's okay. Thanks again by the way. I will just let it be for now, or i will convert it into table Action later.
19 replies
Full page loading
i checked my code again, it isn't ->url(), i was wrong. it is ->action(), and inside return an Action with form(), it called modal pop up successfully, but from the moment user click the TextColumn until modal shown, nothing happened in the screen, so user usually click again many times even though the first click was run, just because the modal took time and nothing indicate the loading progress.
19 replies
Reordering new item on Repeater relationship throw error
Okay I solved this. The problem is because I am using action to modified the item, and missed how repeater populate their array. I just need to adjust 'key' for my newly added item. Here my updated code.
This part solve it : $shifts["record-".$count+1] =
4 replies
Database Notification error "operator does not exist: json ->> unknown"
Thank you for your response. I am used to work fine with json field in postgre. But currently my client using old version of postgres in the production where the json feature is still early, and somehow Filament Database Notification use symbol operator on postgres that not available in that version. I am looking for solution (if any) that not required a postgre version upgrade.
4 replies