Material-UI DataGrid 和Material-UI Table 有什么区别?
What is the difference between Material-UI DataGrid and Material-UI Table?
Material-UI DataGrid and Material-UI Table有什么区别?
The Table
component has a close mapping to the native
elements.
The DataGrid
component is designed for use-cases that are focused
around handling a large amounts of tabular data. While it comes with a
more rigid structure, in exchange, you gain more powerful features.
Material-UI DataGrid and Material-UI Table有什么区别?
The
Table
component has a close mapping to the native elements.The
DataGrid
component is designed for use-cases that are focused around handling a large amounts of tabular data. While it comes with a more rigid structure, in exchange, you gain more powerful features.