bogus
Editable TextInputColumn with HasMany
Hello,
Perhaps I want too much from filamentphp ... but anyway ..
I have HasMany relaation
and a simple table like this:
Which displays the data correctly, but does not allow me to save ..
Filament tries to execute the following SQL request:
but this is wrong
How can I make it so that the data can be saved?
Am I missing something or filament don't allow use TextInputColumn with HasMany relation ? Thanks
Am I missing something or filament don't allow use TextInputColumn with HasMany relation ? Thanks
2 replies