Skip to content

Commit 24ce5d9

Browse files
author
Eugene Tupikov
committed
small fix
1 parent f050cfa commit 24ce5d9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,10 @@ Widget support the following options that are additionally recognized over and a
9696
- `name` *string*: input name. Required options
9797
- `type` *string*: type of the input. If not set will default to `textInput`
9898
- `title` *string*: the column title
99-
- `value` *Closure: you can set it to an anonymous function with the following signature:
100-
101-
```php
102-
function($data) {
103-
return 'something';
104-
}
99+
- `value` *Closure*: you can set it to an anonymous function with the following signature:
100+
```
101+
function($data) { return 'something'; }
105102
```
106-
107103
- `defaultValue` *string*: default value of column's input,
108104
- `items` *array*: the items for drop down list if you set column type like as dropDownList
109105
- `options` *array*: the HTML options of column's input

0 commit comments

Comments
 (0)