Sanjana
Sanjana
FFilament
Created by Sanjana on 2/12/2024 in #❓┊help
i have to display sum of two numbers on filamnet UI using infolist Builder .how can i do this
i have to display sum of two numbers on filamnet UI using infolist Builder .how can i do this?
2 replies
FFilament
Created by Sanjana on 2/12/2024 in #❓┊help
help
->afterStateHydrated(function (Component $component) { $postModel = new PostMedia(); $postId = $component->getModel(); // dump($postId); // $post = $postModel->find($postId); // $images = $post->getPosts(); // return $component->state([ // 'content_url' => $images, // ]); }) i have this method and i have to get the corrent post id on view . how do i get
4 replies