Import Preview Table Filamentphp
I want to display Datatable pagination for CSV data preview import in Filament PHP
4 Replies
you can use custom table widget if you are using filament php builder
How ,I want to display it after upload csv file
after upload, parse csv to array
and then make table in blade, use that array
blade is livewire module
where is the event ?