📄️ Introduction
Material UI (MUI) is a React component library that provides a set of components that implement Google's Material Design. It is a great library for building modern web applications. Most of our customers who use React, also use MUI. This is why we have built the datagrid to work seamlessly with MUI. Although, the datagrid is not dependent on MUI, it is designed to work with it. This means that you can use the datagrid with MUI without any issues. You can also use the datagrid with other component libraries like Bootstrap, Ant Design, etc. The datagrid is designed to work with any component library, but we provide and maintain the MUI adapter for the datagrid.
📄️ MUI Adapter
The MUI Adapter is a wrapper around the Material UI components. It allows you to use the Material UI components in the React Data Grid.
📄️ MUI Filters
In the previous section, we saw how to import the MUI adapter and use it to render the grid. In this section, we will see how to use the MUI adapter to render the filters.
📄️ MUI Editors
Just like you can use MUI to render filters, you can also use it to render editors.