diff options
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md index e71c08b..a40b9cb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1082,6 +1082,14 @@ Multiple Select select all checkbox text. By default this option is set to ```Select all```. +#### selectAllDelimiter + +Type: Array + +Multiple Select select all checkbox delimiter. + +By default this option is set to ```['[',']']```. + #### allSelected Type: false or string |