File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Setting row class via `blade` string.
4949<a name =" row-data " ></a >
5050## Row Data
5151
52- Setting row class via ` closure ` .
52+ Setting row data via ` closure ` .
5353
5454``` php
5555->setRowData([
@@ -62,7 +62,7 @@ Setting row class via `closure`.
6262])
6363```
6464
65- Setting row class via ` blade ` string.
65+ Setting row data via ` blade ` string.
6666
6767``` php
6868->setRowData([
@@ -74,7 +74,7 @@ Setting row class via `blade` string.
7474<a name =" row-attributes " ></a >
7575## Row Attributes
7676
77- Setting row class via ` closure ` .
77+ Setting row attribute via ` closure ` .
7878
7979``` php
8080->setRowAttr([
@@ -84,10 +84,10 @@ Setting row class via `closure`.
8484])
8585```
8686
87- Setting row class via ` blade ` string.
87+ Setting row attribute via ` blade ` string.
8888
8989``` php
9090->setRowAttr([
9191 'color' => '{{$color}}',
9292])
93- ```
93+ ```
You can’t perform that action at this time.
0 commit comments