filament-excel icon indicating copy to clipboard operation
filament-excel copied to clipboard

Undefined property: stdClass::$iteration

Open agusmaulanayusufnoor opened this issue 8 months ago • 1 comments

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?

agusmaulanayusufnoor avatar Nov 19 '23 05:11 agusmaulanayusufnoor

It's because you use $rowLoop in your table, which isn't supported yet. Just exclude that column and it should work.

pxlrbt avatar Nov 19 '23 14:11 pxlrbt