### What problem does this feature solve? 目前必须先点击列头选中列,才能拖动列头进行列排序。希望可以支持直接拖动,简化操作。 https://github.com/user-attachments/assets/541dcbe3-2f02-4c9b-9a3c-e9a2af5f7a29 ### What does the proposed API look like? ``` { dragOrder: { dragImmediately: true } } ```