Michael

Results 9 comments of Michael

Also I noticed that if in the columns method, if it do not have "ID" field. the export excel will be empty. So I guess that Laravel-Nova-Excel Have to have...

I have also the same issue, Does anyone overcome this issue?

how to use this PR? can you please merge it? thanks.

@JorisOrangeStudio I tested this using the latest version of Chrome and couldn't reproduce the issue — everything seems to be working as expected on my end. Could you please confirm...

@duncanmcclean Added test. This bug only occurs when using `'driver' => 'file'`. The test suite runs with SQLite, which uses the `'eloquent'` driver, so it doesn't catch this bug. However,...