question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Table, I hope to can drag table column sort

See original GitHub issue

What 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:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

8reactions
ant-design-botcommented, Feb 7, 2018

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 and react to your question.

3reactions
codercodingthecodecommented, May 14, 2019

https://codepen.io/raisezhang/pen/MoMoyz

check the above link. it addresses the column sorting with drag and drop on the header

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found