Skip to content

Commit

Permalink
[docs] Add Resources section (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Sep 14, 2020
1 parent f079f61 commit e6e62e4
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions docs/src/pages/components/data-grid/overview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,26 @@ See [Pricing](https://material-ui.com/store/items/material-ui-x/) for details on
- [Column hiding](/components/data-grid/columns/#column-headers)
- [Accessible](/components/data-grid/accessibility/)

## 🚧 Upcoming features
### 🚧 Upcoming features

Work in progress in the [roadmap](https://github.com/mui-org/material-ui-x/projects/1):
While development of the data grid component is moving fast, there are still many additional features that we plan to implement:

- [Filtering](/components/data-grid/filtering/)
- [Cell editing](/components/data-grid/editing/)
- Headless
- [Localization](/components/data-grid/localization/)
- [Group & Pivot](/components/data-grid/group-pivot/) ⚡️
- [Export](/components/data-grid/export/)
- and [many more features](https://github.com/mui-org/material-ui-x/issues?q=is%3Aopen+label%3A%22component%3A+DataGrid%22+label%3Aenhancement)

You can find more details on our living quarterly [roadmap](https://github.com/mui-org/material-ui-x/projects/1) as well as on the open [GitHub issues](https://github.com/mui-org/material-ui-x/issues?q=is%3Aopen+label%3A%22component%3A+DataGrid%22+label%3Aenhancement).

## Resources

Here are some resources you might be interested in to learn more about the grid:

- A [fullscreen demo](https://muix-preview.netlify.app/#/grid)
- The storybook used for [internal development](https://material-ui-x.netlify.app/storybook/)
- The [source on GitHub](https://github.com/mui-org/material-ui-x/tree/master/packages/grid)
- The [Material Design specification](https://material.io/design/components/data-tables.html) specification
- The accessibility [WAI-ARIA authoring practices](https://www.w3.org/TR/wai-aria-practices/#grid)
- The [Sketch](https://material-ui.com/store/items/sketch-react/) and [Figma](https://material-ui.com/store/items/figma-react/) design assets

0 comments on commit e6e62e4

Please sign in to comment.