JJSanders
Change the size of the input in TextInputColumn
When I change:
https://github.com/filamentphp/filament/blob/dd4dd8a9cf7046de001c2a345087c4ee178c3d68/packages/tables/resources/views/columns/text-input-column.blade.php#L68
the
min-w-48
to min-w-20
it works. I guess I need extraAttributes
to change that. But can''t make it work...6 replies
addAction function called on page load
Hey @awcodes tnx voor your reply.
The way I understand it is that I don't call dump. What I intend to do with this code is that when I press the add button, only then the
dump
should be executed. So I don't understand why the addAction is called when I don't press the add button.7 replies