JJSanders
JJSanders
FFilament
Created by JJSanders on 1/23/2025 in #❓┊help
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
FFilament
Created by gemini.dev on 1/2/2025 in #❓┊help
How to add width to TextInputColumn in a table?
I have to come back on this. It doesn't work. I have seen it working last sunday but now not anymore. I still have:
Tables\Columns\TextInputColumn::make('stock')
->extraAttributes(['style' => 'width: 20px', 'class' => 'min-w-20'])
->label('Voorraad')
->sortable(),
Tables\Columns\TextInputColumn::make('stock')
->extraAttributes(['style' => 'width: 20px', 'class' => 'min-w-20'])
->label('Voorraad')
->sortable(),
25 replies
FFilament
Created by gemini.dev on 1/2/2025 in #❓┊help
How to add width to TextInputColumn in a table?
Yes it is
25 replies
FFilament
Created by gemini.dev on 1/2/2025 in #❓┊help
How to add width to TextInputColumn in a table?
Much better
25 replies
FFilament
Created by gemini.dev on 1/2/2025 in #❓┊help
How to add width to TextInputColumn in a table?
No description
25 replies
FFilament
Created by gemini.dev on 1/2/2025 in #❓┊help
How to add width to TextInputColumn in a table?
Well, this seems to work
25 replies
FFilament
Created by gemini.dev on 1/2/2025 in #❓┊help
How to add width to TextInputColumn in a table?
No description
25 replies
FFilament
Created by gemini.dev on 1/2/2025 in #❓┊help
How to add width to TextInputColumn in a table?
500px does change its width. But if I try for example 50 or 20 nothing happens. When I look at the computed styles there is no min-width set.
25 replies
FFilament
Created by gemini.dev on 1/2/2025 in #❓┊help
How to add width to TextInputColumn in a table?
The latest version of Filament and have tried to hard refresh but no luck.
25 replies
FFilament
Created by gemini.dev on 1/2/2025 in #❓┊help
How to add width to TextInputColumn in a table?
Tables\Columns\TextInputColumn::make('stock')
->extraAttributes(['style' => 'width: 50px'])
Tables\Columns\TextInputColumn::make('stock')
->extraAttributes(['style' => 'width: 50px'])
25 replies
FFilament
Created by gemini.dev on 1/2/2025 in #❓┊help
How to add width to TextInputColumn in a table?
I am having the same issue. This didn't work for me. Did you find a solution?
25 replies
FFilament
Created by JJSanders on 9/30/2024 in #❓┊help
addAction function called on page load
Probably
7 replies
FFilament
Created by JJSanders on 9/30/2024 in #❓┊help
addAction function called on page load
ohhhh is this what I am supposed to do?
->addAction(function ($livewire, $component, $action) {
$action->action(function(){
dump('test');
});
})
->addAction(function ($livewire, $component, $action) {
$action->action(function(){
dump('test');
});
})
7 replies
FFilament
Created by JJSanders on 9/30/2024 in #❓┊help
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
FFilament
Created by JJSanders on 7/24/2024 in #❓┊help
Collapse navigation when on specific page
This works!!!! Tnx
8 replies
FFilament
Created by JJSanders on 7/24/2024 in #❓┊help
Collapse navigation when on specific page
A resource doesn't have a mount method...
8 replies
FFilament
Created by JJSanders on 7/24/2024 in #❓┊help
Collapse navigation when on specific page
Anyone on this?
8 replies
FFilament
Created by Junaid on 7/18/2024 in #❓┊help
DOES Filment Import CSV action support QUEUE_CONNECTION = database?
How did you create your db tables?
5 replies
FFilament
Created by Junaid on 7/18/2024 in #❓┊help
DOES Filment Import CSV action support QUEUE_CONNECTION = database?
What is your question. There seems to be an error in your script
5 replies
FFilament
Created by JJSanders on 7/15/2024 in #❓┊help
Testing a form action.
I was looking for the callAction method. But I couldn't find it then. Now I am searching again and there it is 🙄
21 replies