help me to create 6 card in a row in dash board in which show profile photo
help me to create more than card in a row in dash board in which show profile photo
6 Replies
what have you tried
sounds like you want us to write the code for you
i want card show in line in filament dashboard
in place of "filament-stats grid gap-4 lg:gap-8 md:grid-cols-2 xl:grid-cols-4" i want cols-6 when i want to return 6 through " protected function getColumns(): int
{
return 4;
}" this it show in column 1 not in row
i am use BaseWidget of filament
"return 4;" instead of this
return 6;
does it work?No
It shows the card in one column
you should just use a custom view
with your own tailwind classes