palantir/blueprint
Ver no GitHub`Table2` column header does not re-render correctly on size change
Open
#5.936 aberto em 10 de fev. de 2023
P2Package: tableType: bughelp wanted
Métricas do repositório
- Stars
- (20.263 stars)
- Métricas de merge de PR
- (Mesclagem média 43d 10h) (27 fundiu PRs em 30d)
Description
Code Sandbox
Link to a minimal repro (fork this code sandbox): https://codesandbox.io/s/gallant-tree-hch623?file=/src/index.tsx
Steps to reproduce
- create a basic
Table2withcolumnHeaderCellRendererthat changes its height depending on some state - update state and observe that the header size is not re-rendered correctly
(even if the dependency's added to the cellRendererDependencies prop)
Actual behavior
Columns header changes its height, but does not reposition any other row or columns.
Expected behavior
Should reposition all cells / headers upon size change.
Possible solution
TBD