FilamentF
Filament17mo ago
Sourabh

import Action method examples does not exist.

I'm trying to add multiple examples to the CSV file, but I'm getting an error saying 'method examples does not exist.'
Please find below the flare link and attachment of my code .
<?php
    ImportColumn::make('sku')
          ->label('SKU')
          ->exampleHeader('SKU')
          ->examples(['ABC123', 'DEF456']),?>
Solution
you are around 50 versions behind filament, so please update
Was this page helpful?