(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:
Nathan Vasse
2023-03-07 17:06:50 +01:00
committed by NathanVss
parent 8e078c87c2
commit 994d42578e
39 changed files with 3105 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
.offscreen {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
clip-path: inset(50%);
white-space: nowrap;
border: 0;
}