Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions row-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Setting row class via `blade` string.
<a name="row-data"></a>
## Row Data

Setting row class via `closure`.
Setting row data via `closure`.

```php
->setRowData([
Expand All @@ -62,7 +62,7 @@ Setting row class via `closure`.
])
```

Setting row class via `blade` string.
Setting row data via `blade` string.

```php
->setRowData([
Expand All @@ -74,7 +74,7 @@ Setting row class via `blade` string.
<a name="row-attributes"></a>
## Row Attributes

Setting row class via `closure`.
Setting row attribute via `closure`.

```php
->setRowAttr([
Expand All @@ -84,10 +84,10 @@ Setting row class via `closure`.
])
```

Setting row class via `blade` string.
Setting row attribute via `blade` string.

```php
->setRowAttr([
'color' => '{{$color}}',
])
```
```