File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -96,14 +96,10 @@ Widget support the following options that are additionally recognized over and a
96
96
- ` name ` * string* : input name. Required options
97
97
- ` type ` * string* : type of the input. If not set will default to ` textInput `
98
98
- ` 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'; }
105
102
```
106
-
107
103
- ` defaultValue ` * string* : default value of column's input,
108
104
- ` items ` * array* : the items for drop down list if you set column type like as dropDownList
109
105
- ` options ` * array* : the HTML options of column's input
You can’t perform that action at this time.
0 commit comments