You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exactSearch => Disable fuzzy search => true (default) // Whether only exact matches are returned
116
+
serverSearch => Server search is used to fetch data from server => false (default) // If you wanna do server search then searchable and serverSearch must be true and use serverSearchFunc as callback.
117
+
serverSearchFunc => Function for search search => function // For this searchSearch criteria is must.
0 commit comments