Skip to content

Commit 823e39f

Browse files
authored
Update README.md
1 parent abd265e commit 823e39f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,20 @@ Use the auxiliary method "_setSearch" specifying the value
8181
$scope.config._setSearch(yourValue)
8282
```
8383

84+
## How listener click in row
85+
Defines onClickRow callback function
86+
```
87+
$scope.config =
88+
{
89+
...
90+
"collumns:"[],
91+
"onClickRow": function(row){
92+
93+
}
94+
...
95+
}
96+
```
97+
8498
## How override output collumn
8599
Use the function render to override the output
86100

0 commit comments

Comments
 (0)