Skip to content

Commit 569aa01

Browse files
ebfgAllenFang
authored andcommitted
Note in defaultSorted docs that only one column is supported. #1083 (#1088)
1 parent 7d28d46 commit 569aa01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ const defaultSorted = [{
208208
}];
209209
```
210210

211+
**Note**: Only the first column is sorted currently, see #1083.
212+
211213
### <a name='defaultSortDirection'>defaultSortDirection - [String]</a>
212214
Default sort direction when user click on header column at first time, available value is `asc` and `desc`. Default is `desc`.
213215

0 commit comments

Comments
 (0)