✨(react) add DataGrid, SimpleDataGrid components
The DataGrid component can be considered as the core one, which provides a full controlled component, but more complicated than SimpleDataGrid which is based on DataGrid. SimpleDataGrid is intended to give a simple ready-to-use data grid for client side data for example.
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
"datagrid": {
|
||||
"empty": "This table is empty",
|
||||
"empty_alt": "Illustration of an empty table",
|
||||
"loader_aria": "Loading data"
|
||||
"loader_aria": "Loading data",
|
||||
"rows_selection_aria":"All rows selection",
|
||||
"row_selection_aria": "Row selection"
|
||||
},
|
||||
"provider": {
|
||||
"test": "This is a test: {name}"
|
||||
|
||||
Reference in New Issue
Block a user