Note in defaultSorted docs that only one column is supported. #1083 (#1088)

This commit is contained in:
ebfg
2019-09-15 02:36:10 -04:00
committed by Allen
parent 7d28d46185
commit 569aa0195e

View File

@@ -208,6 +208,8 @@ const defaultSorted = [{
}];
```
**Note**: Only the first column is sorted currently, see #1083.
### <a name='defaultSortDirection'>defaultSortDirection - [String]</a>
Default sort direction when user click on header column at first time, available value is `asc` and `desc`. Default is `desc`.