Skip to content

Commit

Permalink
popular
Browse files Browse the repository at this point in the history
  • Loading branch information
mapache-salvaje committed Dec 5, 2024
1 parent 0950f3c commit fc78553
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ const columns = [
},
];

export default function FeaturesDemo() {
export default function PopularFeaturesDemo() {
const apiRef = useGridApiRef();

const getDetailPanelContent = React.useCallback((params) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ const columns: GridColDef[] = [
},
];

export default function FeaturesDemo() {
export default function PopularFeaturesDemo() {
const apiRef = useGridApiRef();

const getDetailPanelContent = React.useCallback<
Expand Down
2 changes: 1 addition & 1 deletion docs/data/data-grid/overview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ See [MUI X Licensing](/x/introduction/licensing/) for complete details.

The demo below uses the Data Grid to both list and illustrate the key features available in each version:

{{"demo": "FeaturesDemo.js", "defaultCodeOpen": false, "bg": "inline"}}
{{"demo": "PopularFeaturesDemo.js", "defaultCodeOpen": false, "bg": "inline"}}

## Community version

Expand Down

0 comments on commit fc78553

Please sign in to comment.