Browse Source

update select2-filter README.md

jewway 9 years ago
parent
commit
71328ca2b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extensions/select2-filter/README.md

+ 1 - 1
src/extensions/select2-filter/README.md

@@ -30,7 +30,7 @@ Dependence if you use the select2 option: [Select2](https://select2.github.io/)
 * type: Object
 * description: Set filter option to configure the filter. <br>Example: {type:'select', data:["itemA", "itemB", "itemC"]}
 	* type: add an `input` or `select` into the column.
-	* data: need to set when type is `select` , filter data list. (The same as [Select2 Options](https://select2.github.io/))
+	* data: need to set when type is `select` , filter data list. (The same as [Select2 Options](http://select2.github.io/examples.html#data))
 * default: `undefined`
 
 ## Methods