åƹęäøåę°ę®čæč”ęåŗļ¼éčæęå®åē `sorter` å½ę°å³åÆåÆåØęåŗęé®ć`sorter: function(a, b) { ... }`ļ¼ aćb äøŗęÆč¾ēäø¤äøŖåę°ę®ć
</cn>
<us>
#### Filter and sorter
Use `filters` to generate filter menu in columns, `onFilter` to determine filtered result, and `filterMultiple` to indicate whether it's multiple or single selection.
Use `sorter` to make a column sortable. `sorter` can be a function of the type `function(a, b) { ... }` for sorting data locally.
Uses `defaultSortOrder` to make a column sorted by default.
If a `sortOrder` or `defaultSortOrder` is specified with the value `ascend` or `descend`, you can access this value from within the function passed to the `sorter` as explained above. Such a function can take the form: `function(a, b, sortOrder) { ... }`.