There was an error while loading. Please reload this page.
1 parent 388cb85 commit c4a8eb1Copy full SHA for c4a8eb1
examples/sorting/README.md
@@ -61,7 +61,7 @@ function MyTable() {
61
```
62
63
By default, the sorting will be `alphanumeric`. This can be changed in your `column` object.
64
-Other options include `basic` and `datettime`.
+Other options include `basic` and `datetime`.
65
Note that if you're planning on sorting numbers between 0 and 1, `basic` sorting will be more accurate.
66
67
More information can be found in the [API Docs](/docs/api.md#useSortBy)
0 commit comments