Skip to content

Commit 4c2ca82

Browse files
list-config-theme-fallback
1 parent 79449ae commit 4c2ca82

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/config/backpack/ui.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,17 @@
131131
// 'resources/js/app.js',
132132
],
133133

134+
'classes' => [
135+
/**
136+
* Use this as fallback config for themes to pass classes to the table displayed in List Operation
137+
* It defaults to: "table table-striped table-hover nowrap rounded card-table table-vcenter card-table shadow-xs border-xs"
138+
*/
139+
'table' => null,
140+
141+
/**
142+
* Use this as fallback config for themes to pass classes to the table wrapper component displayed in List Operation
143+
*/
144+
'tableWrapper' => null,
145+
],
146+
134147
];

0 commit comments

Comments
 (0)