Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Sep 22, 2022
1 parent 52d5c85 commit 2c061f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/doc/datatable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1886,8 +1886,10 @@ multiSortMeta.push({field: 'name', order: -1});
<CodeHighlight lang="js">
{`
const mysort = (event) => {
//event.data = Data
//event.field = Field to sort
//event.order = Sort order
//event.multiSortMeta = An array of SortMeta objects to sort the data by default in multiple sort mode.
}
`}
</CodeHighlight>
Expand Down

0 comments on commit 2c061f0

Please sign in to comment.