Infolist columns doesn't works
when i use this inbside the resource :
it's not apply.
13 Replies
When you say “resource” I’m assuming this is in an admin panel? Do you actually have a view page setup for the resource?
If your resource is User, do you have a ViewUser class setup under pages for that resource? And is that correctly registered in the getPages method?
yes inside admin panel :
inside the provider
generate the resource with the cli
What does the getPages method look like in your resource?
i find the problem
it's the render style and class
but i don't know if the bug of the function
i use not custom render
columns 3 inside master div it's ok
the probleme it's the section use col-span-default
we dont even know what the problem is
you have not explained what is happening
Yeah I’m real confused to be honest, so you have got a view page for your resource? And on that view page all you have setup is 3 empty sections? With nothing else? And the page looks like…..?
beacuse it's a test 😉
i find the solution
->columnSpan(1)
beacause by default it's full but it's very strange, the render generate -1
it's not good
Feel like we would have figured that out much sooner had we been given more info but glad you got it sorted 👍
inside of the render component column.blade.php of the vendor
it's strange default render
you havent even sent a screenshot of what it looks like
if i don't apply the columnSpan(1), the render it's --col-span-default: 1 / -1
and override the columns 3
for passe to full
you understand, sorry for my english