Repeater::simple does not exist
I am using a repeater with the simple method, but I get this error:
>Method Filament\Forms\Components\Repeater::simple does not exist.
I also take this opportunity to ask, I currently have data within a saved sql column, each element is separated by |:
How should I convert it to fit filamentphp? I need to create an example pivot column:
could it work? In the case, how do I "populate" the textinputs?
>Method Filament\Forms\Components\Repeater::simple does not exist.
I also take this opportunity to ask, I currently have data within a saved sql column, each element is separated by |:
How should I convert it to fit filamentphp? I need to create an example pivot column:
could it work? In the case, how do I "populate" the textinputs?