Add forest position data as part of the plant results
This commit is contained in:
parent
4745ed578a
commit
41d61ce3c5
4 changed files with 15 additions and 9 deletions
|
@ -78,7 +78,7 @@ TablePaginationActions.propTypes = {
|
|||
rowsPerPage: PropTypes.number.isRequired,
|
||||
};
|
||||
|
||||
export default function CustomPaginationActionsTable(props) {
|
||||
export default function PlantResultsTable(props) {
|
||||
const [page, setPage] = React.useState(0);
|
||||
const [rowsPerPage, setRowsPerPage] = React.useState(5);
|
||||
|
||||
|
@ -101,10 +101,10 @@ export default function CustomPaginationActionsTable(props) {
|
|||
<TableHead>
|
||||
<TableRow>
|
||||
<TableCell>Names</TableCell>
|
||||
<TableCell align="right">Growth form/max height (m)/spacing (m)</TableCell>
|
||||
<TableCell align="right">Preferred moisture regime</TableCell>
|
||||
<TableCell align="right">Tolerances</TableCell>
|
||||
<TableCell align="right">Ecosystem services</TableCell>
|
||||
<TableCell align="right">Growth Form / Max Height (m) / Spacing (m) / Forest Position</TableCell>
|
||||
<TableCell align="right">Moisture Preferences</TableCell>
|
||||
<TableCell align="right">Tolerances (Water / Drought / Frost / Salinity)</TableCell>
|
||||
<TableCell align="right">Ecosystem Services</TableCell>
|
||||
<TableCell align="right">Carbon Sequestration Rate</TableCell>
|
||||
<TableCell align="right">Planting Stage</TableCell>
|
||||
</TableRow>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue