@@ -226,16 +226,16 @@ You can override any of these in your table component:
226
226
Use the following methods to alter the column/row metadata.
227
227
228
228
``` php
229
- public function setTableHeadClass($attribute): ?string
230
- public function setTableHeadId($attribute): ?string
231
- public function setTableHeadAttributes($attribute): array
232
- public function setTableRowClass($model): ?string
233
- public function setTableRowId($model): ?string
234
- public function setTableRowAttributes($model): array
235
- public function getTableRowUrl($model): ?string
236
- public function setTableDataClass($attribute, $value): ?string
237
- public function setTableDataId($attribute, $value): ?string
238
- public function setTableDataAttributes($attribute, $value): array
229
+ public function setTableHeadClass($attribute): ?string
230
+ public function setTableHeadId($attribute): ?string
231
+ public function setTableHeadAttributes($attribute): array
232
+ public function setTableRowClass($model): ?string
233
+ public function setTableRowId($model): ?string
234
+ public function setTableRowAttributes($model): array
235
+ public function getTableRowUrl($model): ?string
236
+ public function setTableDataClass($attribute, $value): ?string
237
+ public function setTableDataId($attribute, $value): ?string
238
+ public function setTableDataAttributes($attribute, $value): array
239
239
```
240
240
241
241
#### Pagination
0 commit comments