Skip to content

Commit af8cad6

Browse files
committed
Fix type value for filterable.multi
1 parent 1fe34bf commit af8cad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/javascript/ui/grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ populated at the time the template function is called, if the Grid uses remote b
936936
dataSource: [ { color: "#ff0000", size: 30 }, { color: "#000000", size: 33 }] });
937937
</script>
938938

939-
### columns.filterable.multi `Object` *(default: false)*
939+
### columns.filterable.multi `Boolean` *(default: false)*
940940

941941
Use this options to enable the MultiCheck filtering support for that column.
942942

0 commit comments

Comments
 (0)