Kendo React Grid:重新排序列并保存新的顺序



我正在研究Kendo react网格和一个集reorderable={true},以使列重新排序。现在我想保存新订单,但我没有找到解决方案,当列移动时,我应该使用什么事件来检测

<Grid
pageable={paginationConfig}
reorderable={true}
sortable
filterable
resizable
style={{ height: '600px', overflow: 'auto' }}
>......</Grid>

有人能帮帮我吗。

请参阅文档中的onColumnReorder。你把它存放在哪里是下一个问题。。。状态、存储、本地存储等…

相关内容

  • 没有找到相关文章

最新更新