select all
#120
-
if the search field is empty and the user selects Select All, all properties will be selected. |
Beta Was this translation helpful? Give feedback.
Answered by
sa-si-dev
Mar 25, 2022
Replies: 1 comment
-
By default, select all checkbox would select all available options irrespective of the search results. Set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sa-si-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default, select all checkbox would select all available options irrespective of the search results.
Set
selectAllOnlyVisible: true
to accomplish your requirement.