File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
documentation/src/components Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 190190 <td class =" table__td" >false</td >
191191 <td class =" table__td" >Disabled the search input focusing when the multiselect opens</td >
192192 </tr >
193+ <tr class =" table__tr" >
194+ <td class =" table__td" ><strong >filteringSortFunc</strong ></td >
195+ <td class =" table__td" >Function</td >
196+ <td class =" table__td" ></td >
197+ <td class =" table__td" >Allows a custom sorting function when the user searching.
198+ This function will be passed to an
199+ <i ><a target =" _blank"
200+ href =" https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort" >
201+ Array.sort()
202+ </a ></i >
203+ function, so will require two arguments. <br /><b >Added in v3.2.0</b ></td >
204+ </tr >
193205 <tr class =" table__tr" >
194206 <td class =" table__td utils--center" colspan =" 4" ><strong >Multiselect.vue</strong ></td >
195207 </tr >
You can’t perform that action at this time.
0 commit comments