i’m using laravel backpack and i have a table that has a lot of columns like 10 or more.
but in laravel backpack it is not showing them all, it is showing like 7 or 8 and not all (depending on the length of the column laber or data) meaning laravel backpack is limiting what is shwon based on size, i couldn’t find how to make it show every column, any help?
i tried keeping the CRUD::setFromDb(); in the protected function setupListOperation() of my table controller and also tried adding the columns manually using CRUD::addColumn and it is still limiting what is shown.