Responsive Column width #1241
Replies: 2 comments
-
Based on the information provided in the knowledge sources, it appears that Backpack has indeed been working on optimizing responsive column widths, but there have been some ongoing challenges and improvements. Here's a summary of the relevant information:
Given the ongoing development and improvements, it's recommended to keep your Backpack installation up to date and report any specific issues you encounter to the Backpack GitHub repository for further assistance. Relevant sources: Github Issue (closed): [Bug] CRUD Table too wide on mobile |
Beta Was this translation helpful? Give feedback.
-
Hey @blondie63 Datatable or CSS does not trim the text length here. It is being shortened on the server side. You can change the length via: CRUD::column('body')->limit($characters = 100); -- AND-- If you want to modify the
Step 2) Replace table classes via config. 'table' => "table table-striped table-hover rounded card-table table-vcenter card-table shadow-xs border-xs display compact", |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure that backup is optimizing columns..
Some feedback ? :)
Beta Was this translation helpful? Give feedback.
All reactions