Datatable Style #611
-
Hi Guys, Here is my project version: PHP VERSION:PHP 8.1.16 (cli) (built: Feb 14 2023 18:34:53) (NTS) LARAVEL VERSION:10.17.1.0 BACKPACK PACKAGE VERSIONS:backpack/basset: 1.1.1 I face a problem after upgrading from Backpack version 5 to 6 as shown in the image below |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @cheadevit, it seems like table responsiveness is disabled. More info here https://backpackforlaravel.com/docs/6.x/crud-cheat-sheet#responsive-table |
Beta Was this translation helpful? Give feedback.
Hey @cheadevit, it seems like table responsiveness is disabled.
Please check after enabling it using
CRUD::enableResponsiveTable();
More info here https://backpackforlaravel.com/docs/6.x/crud-cheat-sheet#responsive-table