eighty9nine / filament-excel-import

Import data into your resource from excel
MIT License
40 stars 11 forks source link

fix - ExcelImportAction::table does not exist #16

Closed Maatj closed 1 week ago

Maatj commented 1 week ago

I had the same problem as described there: https://github.com/eighty9nine/filament-excel-import/issues/12

My solution checks if the getTable method exists on the $livewire object. In addition, it performs a similar check in the method: importData