Skip to content

Commit c70b49d

Browse files
committed
Fix indentation
1 parent 4a2a000 commit c70b49d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -226,16 +226,16 @@ You can override any of these in your table component:
226226
Use the following methods to alter the column/row metadata.
227227

228228
```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
239239
```
240240

241241
#### Pagination

0 commit comments

Comments
 (0)