Table, I hope to can drag table column sort
See original GitHub issueWhat problem does this feature solve?
I hope to can drag table column sort,
// before
[{
title: 'Name',
dataIndex: 'name',
}, {
title: 'Email',
dataIndex: 'email',
}];
// after
[ {
title: 'Email',
dataIndex: 'email',
},
{
title: 'Name',
dataIndex: 'name',
},];
What does the proposed API look like?
not
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:5 (2 by maintainers)
Top Results From Across the Web
[Table Column Reorder] DragTable ignoring ... - OutSystems
On the sorting widget example just drag any column and the right click contextmenu should appear. DragTableExample.oml.
Read more >How to Sort Tables Row & Column in Ascending Order in MS
In this video I show you how to sort and organize your rows and columns within a table. I go over the basics...
Read more >Cannot manually drag table column boundaries in Word files ...
The only way I can move table column boundaries by dragging once tables start having this issue is to do my work-around where...
Read more >table drag and drop reordering and column sorting
At present the plugin you mentioned is the state of the art for datatables, you would need to build anything beyond what you've...
Read more >Sorting Items in a Table - StockMarketEye Knowledge Base
You can sort by multiple columns by holding down the Shift button on the keyboard while clicking on a column header. The clicked...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello @hengkx, we use GitHub issues to trace bugs or discuss plans of Ant Design. So, please don’t ask usage questions here. You can try to ask questions on Stack Overflow or Segment Fault, then apply tag
antd
andreact
to your question.https://codepen.io/raisezhang/pen/MoMoyz
check the above link. it addresses the column sorting with drag and drop on the header