From f4b76934bec0287234644d4064363c20fac3cc9a Mon Sep 17 00:00:00 2001 From: lhbxs <596850703@qq.com> Date: Thu, 19 Oct 2023 01:46:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20table-render=20=E6=94=AF=E6=8C=81=20def?= =?UTF-8?q?aultSortOrder=20=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/table-render/static/table.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/table-render/static/table.tsx b/docs/table-render/static/table.tsx index a46b56800..0d922bce8 100644 --- a/docs/table-render/static/table.tsx +++ b/docs/table-render/static/table.tsx @@ -35,7 +35,6 @@ export const columns: ProColumnsType = [ { title: '酒店GMV', sorter: true, - defaultSortOrder: 'descend', dataIndex: 'money', valueType: 'money', },