Pekempy
Pekempy
FFilament
Created by Pekempy on 6/29/2024 in #❓┊help
Table rows Action->action() not firing
Note to self, sleep when it's 1am 😂 thank you.
6 replies
FFilament
Created by Pekempy on 6/29/2024 in #❓┊help
Table rows Action->action() not firing
No description
6 replies
FFilament
Created by Pekempy on 5/9/2024 in #❓┊help
Prevent pagination page numbers overflowing
Yep thanks, had a few things to fix on my side too 😬
5 replies
FFilament
Created by Pekempy on 5/9/2024 in #❓┊help
Prevent pagination page numbers overflowing
Bumping this as can't work it out 😐
5 replies
FFilament
Created by Pekempy on 6/15/2024 in #❓┊help
Overriding the Notification Panel
Actually just realised, I think both of those are overriding the notification, rather than the panel slide out 😐
6 replies
FFilament
Created by Pekempy on 5/9/2024 in #❓┊help
Prevent pagination page numbers overflowing
anyone experienced this?
5 replies
FFilament
Created by Pekempy on 5/8/2024 in #❓┊help
BulkActions - Copy multiple rows to clipboard
no worries, at least it's not just me 😂
34 replies
FFilament
Created by Pekempy on 5/8/2024 in #❓┊help
BulkActions - Copy multiple rows to clipboard
double checked and that event isn't being emitted anywhere else, and the function isn't being called either
34 replies
FFilament
Created by Pekempy on 5/8/2024 in #❓┊help
BulkActions - Copy multiple rows to clipboard
yeah its definitely firing before its called, somehow.. 🤔
34 replies
FFilament
Created by Pekempy on 5/8/2024 in #❓┊help
BulkActions - Copy multiple rows to clipboard
No description
34 replies
FFilament
Created by Pekempy on 5/8/2024 in #❓┊help
BulkActions - Copy multiple rows to clipboard
yeah. I just added a dd($record) at the very start of the foreach and its fired a clipboard action already by that point 😂
34 replies
FFilament
Created by Pekempy on 5/8/2024 in #❓┊help
BulkActions - Copy multiple rows to clipboard
Hm, weird then on the first run how it doesn't fire anything to the clipboard, but on subsequent runs the clipboard is set before the foreach ends
34 replies
FFilament
Created by Pekempy on 5/8/2024 in #❓┊help
BulkActions - Copy multiple rows to clipboard
Even when I had the sendDataToClipboard() function call inside the buildClipboard() function (just outside the foreach), it still ran before the foreach completed
34 replies
FFilament
Created by Pekempy on 5/8/2024 in #❓┊help
BulkActions - Copy multiple rows to clipboard
Thanks 😄 I think for some reason the ->dispatch is running asynchronously, whereas the buildClipboard foreach loop is being synchronous? Though I did try using react/promise to do the buildclipboard()->then(sendDataToClipboard), so maybe it's just the JS firing too early?
34 replies
FFilament
Created by Pekempy on 5/8/2024 in #❓┊help
BulkActions - Copy multiple rows to clipboard
Unfortunately same behaviour
34 replies
FFilament
Created by Pekempy on 5/8/2024 in #❓┊help
BulkActions - Copy multiple rows to clipboard
so removing the actions() block ?
34 replies
FFilament
Created by Pekempy on 5/8/2024 in #❓┊help
BulkActions - Copy multiple rows to clipboard
https://pastebin.com/raw/1cJzUAXm that's the full ClipboardBulkAction I've created
34 replies
FFilament
Created by Pekempy on 5/8/2024 in #❓┊help
BulkActions - Copy multiple rows to clipboard
When i copy something else, the Ay Carmela I selected then goes to clipboard, it's like it's a step behind due to the foreach taking a while?
34 replies
FFilament
Created by Pekempy on 5/8/2024 in #❓┊help
BulkActions - Copy multiple rows to clipboard
so when I copy Americano, nothing goes to clipboard. When I copy Ay, Carmela, the previous Americano goes to clipboard
34 replies
FFilament
Created by Pekempy on 5/8/2024 in #❓┊help
BulkActions - Copy multiple rows to clipboard
in case im not explaining the behaviour well 😄
34 replies