I am using DataGrid from React MUI X (Material UI). I am trying for draggable column in this DataGrid. Draggable columns are available in DataGridPro, but it is not allowed to use DataGridPro for me. Any suggestions how can we write custom code for draggable columns.
Asked
Active
Viewed 64 times
0
-
You can achieve this by using `rowReordering` prop of `DataGrid`. Check this official example here https://mui.com/x/react-data-grid/row-ordering/ – Simran Singh Jun 15 '23 at 06:33
-
I think he meant draggable column and not `row` – Bilal Shafi Jun 15 '23 at 22:00
-
@SimranSingh I am trying for columns and no provision is there in DataGrid for column reordering – user16968394 Jun 16 '23 at 12:07