pxlrbt / filament-excel

Excel Export for Filament Admin Resources
MIT License
367 stars 69 forks source link

Undefined property: stdClass::$iteration #147

Open agusmaulanayusufnoor opened 1 year ago

agusmaulanayusufnoor commented 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?

pxlrbt commented 1 year ago

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