This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ra:oldfrontend [2018/12/04 13:25] koubel [React in old PD1 application] |
ra:oldfrontend [2018/12/04 15:03] (current) koubel [React components] |
||
|---|---|---|---|
| Line 83: | Line 83: | ||
| See some react related tasks for more information and examples. | See some react related tasks for more information and examples. | ||
| - | ====== PD react own components ====== | + | ====== React components ====== |
| Grid | Grid | ||
| + | |||
| + | important props | ||
| + | * rows - list of objects - rows. For columns, see later | ||
| + | * updateHeightInModal - necessary for showing grid in modal | ||
| + | * customRowSettings.customButtons - array for the settings for special row properties, mostly for popup menu | ||
| + | |||
| <code> | <code> | ||
| <DataGrid.Grid | <DataGrid.Grid | ||
| Line 113: | Line 118: | ||
| > | > | ||
| - | </DataGrid.Grid>; | + | </DataGrid.Grid> |
| </code> | </code> | ||
| Stores and observables | Stores and observables | ||
| - | |||
| - | |||
| - | |||
| ====== Internet Explorer Support ====== | ====== Internet Explorer Support ====== | ||