Skip to content

Commit

Permalink
feat: table-render 支持 defaultSortOrder 属性
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbxs committed Oct 18, 2023
1 parent 0f1a24e commit f4b7693
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/table-render/static/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export const columns: ProColumnsType = [
{
title: '酒店GMV',
sorter: true,
defaultSortOrder: 'descend',
dataIndex: 'money',
valueType: 'money',
},
Expand Down

0 comments on commit f4b7693

Please sign in to comment.