Skip to content

Commit d541b60

Browse files
committed
docs(1763): Add new func prop for sorting search results
1 parent 5a6806d commit d541b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/components/Props.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<td class="table__td">Function</td>
196196
<td class="table__td"></td>
197197
<td class="table__td">Allows a custom sorting function when the user searching.
198-
This function will be passed to an
198+
This function will be the <i>compareFn</i> argument for
199199
<i><a target="_blank"
200200
href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort">
201201
Array.sort()

0 commit comments

Comments
 (0)