alperenersoy / filament-export

Customizable export and print functionality for Filament Admin Panel
211 stars 49 forks source link

Filament v3 migration #96

Closed saulens22 closed 1 year ago

saulens22 commented 1 year ago

Pull request for Filament v3 support.

It's not fully tested yet, there might be some bugs.

Feedback is very welcome!

alperenersoy commented 1 year ago

hey! thanks a lot for the contribution, it's really appreciated. working on this to at least have basic functionality working such as export, preview and print.

saulens22 commented 1 year ago

Basic functionality works now. I'll be testing this more, but it should be good starting point.

alperenersoy commented 1 year ago

Basic functionality works now. I'll be testing this more, but it should be good starting point.

print and preview pagination looks broken in my end. am i missing sth?

saulens22 commented 1 year ago

Yes, it's still not working, I'll look into it

saulens22 commented 1 year ago

Somehow preview pagination / buttons seems to work on second click. Not sure what is the cause for that. Any ideas?

alperenersoy commented 1 year ago

Somehow preview pagination / buttons seems to work on second click. Not sure what is the cause for that. Any ideas?

yes, looks like it works in "next tick". that was the same in v2 but it was manually triggering an update to make it work. i will check that to find a better way.