We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
everything starts in src/client/pages/Section/DataTable/Table/Table.tsx
Fix borders of editable cells with adjacent non-editable cells
Code cleanup
Remove Select indicator in Taxon cell
Update ButtonCopyValues component to use the DataGrid ref instead of the Table ref
ButtonCopyValues
Calculate borders based on col and row spans
Check that print works as before
Check download functionality
Fix column widths and add grid template columns to table
Fix table headers for Forest growing stock composition -> add all headers to one row instead of two
Update Taxon cell component and delete old dependencies -> Use Select instead of Autocomplete
Update Text cells -> Use InputText and TextArea
Update numeric cells -> Add InputNumber
Investigate ColType.placeholder
ColType.placeholder
Create new Cell styles (CellHeader and Cell)
Update colSpan/rowSpan to gridColGap / gridRowGap
Add row headers
RowData: add actions (review)
GridRow: add RowNoticeMessage
Fix src/client/pages/Section/DataTable/Table/GridRow/RowData/RowData.tsx
Fix src/client/pages/Section/DataTable/Table/GridRow/RowData/CellHeader/CellHeader.tsx
Move DataGrid (in Table.tsx) as parent of all elements
Update data grid style
go through DataTable and Table sass files
investigate usage of 'fra-table' css class name
investigate usage of 'fra-table__select-container' @minotogna see Remove ColType multiselect. Refactor Multiselect->Select isMulti #4106
Investigate src/client/pages/Section/DataTable/Table/GridRow/RowData/Cell/Cell.scss
client/pages/DataExport/ResultsTable/ResultsTable.tsx
client/pages/OriginalDataPoint/components/ExtentOfForest/ExtentOfForest.tsx
client/pages/OriginalDataPoint/components/ForestCharacteristics/ForestCharacteristics.tsx
client/pages/OriginalDataPoint/components/ForestCharacteristics/ForestCharacteristicsNaturallyRegenerating.tsx
client/pages/OriginalDataPoint/components/ForestCharacteristics/ForestCharacteristicsPlantation.tsx
The text was updated successfully, but these errors were encountered:
minotogna
yaguzmang
Successfully merging a pull request may close this issue.
everything starts in src/client/pages/Section/DataTable/Table/Table.tsx
Fix borders of editable cells with adjacent non-editable cells
Code cleanup
Remove Select indicator in Taxon cell
Update
ButtonCopyValues
component to use the DataGrid ref instead of the Table refCalculate borders based on col and row spans
Check that print works as before
Check download functionality
Fix column widths and add grid template columns to table
Fix table headers for Forest growing stock composition -> add all headers to one row instead of two
Update Taxon cell component and delete old dependencies -> Use Select instead of Autocomplete
Update Text cells -> Use InputText and TextArea
Update numeric cells -> Add InputNumber
Investigate
ColType.placeholder
Create new Cell styles (CellHeader and Cell)
Update colSpan/rowSpan to gridColGap / gridRowGap
Add row headers
RowData: add actions (review)
GridRow: add RowNoticeMessage
Fix src/client/pages/Section/DataTable/Table/GridRow/RowData/RowData.tsx
Fix src/client/pages/Section/DataTable/Table/GridRow/RowData/CellHeader/CellHeader.tsx
Move DataGrid (in Table.tsx) as parent of all elementsUpdate data grid style
go through DataTable and Table sass files
investigate usage of 'fra-table' css class name
investigate usage of 'fra-table__select-container' @minotogna see Remove ColType multiselect. Refactor Multiselect->Select isMulti #4106
Investigate src/client/pages/Section/DataTable/Table/GridRow/RowData/Cell/Cell.scss
New task:
client/pages/DataExport/ResultsTable/ResultsTable.tsx
client/pages/OriginalDataPoint/components/ExtentOfForest/ExtentOfForest.tsx
client/pages/OriginalDataPoint/components/ForestCharacteristics/ForestCharacteristics.tsx
client/pages/OriginalDataPoint/components/ForestCharacteristics/ForestCharacteristicsNaturallyRegenerating.tsx
client/pages/OriginalDataPoint/components/ForestCharacteristics/ForestCharacteristicsPlantation.tsx
The text was updated successfully, but these errors were encountered: