codenote
codenote
FFilament
Created by codenote on 11/10/2023 in #❓┊help
I can't see the table footer
In V2 we used to define table footer as public function getTableContentFooter(): View { return view('location of the view'); } Now this method is not working in V3 . Anyidea to what to do ?
2 replies
FFilament
Created by codenote on 11/9/2023 in #❓┊help
confused on how to make auto calculations in filament.
I have model marks which has four attributes student_id,test_marks,,exam_marks and total. I want to calculate total in marks resource where total =test_marks+exam_marks. And how to calculate percentage in table ?? A whole syntax will be appreciated
1 replies