Skip to content

Commit

Permalink
fix(table): typo in README.md (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyoung-cd authored and pi0 committed Apr 14, 2018
1 parent e9d1c29 commit 8d0e186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table/README.md
Expand Up @@ -981,7 +981,7 @@ if (typeof a[key] === 'number' && typeof b[key] === 'number') {


### Disable local sorting ### Disable local sorting
If you want to handle sorting entirely in your app, you can disable the local If you want to handle sorting entirely in your app, you can disable the local
sorting in `<b-table>` bu setting the prop `no-local-sorting` to true, while sorting in `<b-table>` by setting the prop `no-local-sorting` to true, while
still maintaining the sortable header functionality. still maintaining the sortable header functionality.


You can use the syncable props `sort-by.sync` and `sort-desc.sync` to detect You can use the syncable props `sort-by.sync` and `sort-desc.sync` to detect
Expand Down

0 comments on commit 8d0e186

Please sign in to comment.