pxlrbt / filament-excel

Excel Export for Filament Admin Resources
MIT License
323 stars 68 forks source link

Undefined property: stdClass::$iteration #147

Open agusmaulanayusufnoor opened 8 months ago

agusmaulanayusufnoor commented 8 months 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 8 months ago

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