Open agusmaulanayusufnoor opened 1 year ago
i got error Undefined property: stdClass::$iteration in filament version 3 laravel 10.
version in composer json: "psr/simple-cache": "2.0", "pxlrbt/filament-excel": "^2.1.8"
how to fix it?
It's because you use $rowLoop in your table, which isn't supported yet. Just exclude that column and it should work.
$rowLoop
i got error Undefined property: stdClass::$iteration in filament version 3 laravel 10.
version in composer json: "psr/simple-cache": "2.0", "pxlrbt/filament-excel": "^2.1.8"
how to fix it?