From 569aa0195e2197fc4971e8fb67dbd776a2d87987 Mon Sep 17 00:00:00 2001 From: ebfg <4307253+ebfg@users.noreply.github.com> Date: Sun, 15 Sep 2019 02:36:10 -0400 Subject: [PATCH] Note in defaultSorted docs that only one column is supported. #1083 (#1088) --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 20bbd13..79e591f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -208,6 +208,8 @@ const defaultSorted = [{ }]; ``` +**Note**: Only the first column is sorted currently, see #1083. + ### defaultSortDirection - [String] Default sort direction when user click on header column at first time, available value is `asc` and `desc`. Default is `desc`.