We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79449ae commit 4c2ca82Copy full SHA for 4c2ca82
src/config/backpack/ui.php
@@ -131,4 +131,17 @@
131
// 'resources/js/app.js',
132
],
133
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
147
];
0 commit comments