ImportAction sample data broken in latest release?
Not seeing the "Download sample data" even though code it according to docs.
https://filamentphp.com/docs/3.x/actions/prebuilt-actions/import#providing-example-csv-data
public static function getColumns(): array
{
return [
ImportColumn::make('first_name')
->label('First name')
->exampleHeader('Förnamn')
->example('Emil'),
];
}
0 Replies