Skip to content

Commit

Permalink
[docs] Added warning callout for Firefox reordering bug (#14516)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen authored Oct 2, 2024
1 parent 1b6ae0e commit 4148642
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/data/data-grid/column-ordering/column-ordering.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ title: Data Grid - Column ordering

<p class="description">Drag and drop your columns to reorder them.</p>

:::warning
There is [a known issue with Firefox v129](https://github.com/mui/mui-x/issues/14263) that impacts this feature.
Reordering does not work on that specific version of Firefox because the value for `event.dataTransfer` is `null` which results in an error.

You must upgrade to Firefox v130 or higher to avoid this issue.
:::

By default, columns are ordered according to the order they are included in the `columns` array.

By default, `DataGridPro` allows all column reordering by dragging the header cells and moving them left or right.
Expand Down

0 comments on commit 4148642

Please sign in to comment.