Custom Table repeatable entry
i am creating custom table repeatable entry for my own project and i referred the source code of awcodes/table-repeater and taken the code from it.
https://gist.github.com/ParthiBarath/22ada1130eeeaafa323b1d2b35b3a4cb
Here i shared my custom table repeatable entry codes it works perfectly.
But i actually i want table footers with sum of the columns so i created the Footer Class with the reference of awcodes/table-repeater Header class.
But for the sum of the columns i extends the Footer class with Filament\Support\Components\Component; and i chained method default with closure and try to access the getState in blade file i end up with laravel error page
https://flareapp.io/share/x5M4dJb7
Flare
Typed property App\TableRepeatableEntry\Footer::$container must not be accessed before initialization - The error occurred at http://localhost/laravel/pledge_filament/public/branches/1
0 Replies