palantir/blueprint

Table2 column cells overlap column header when frozen

Open

#5470 opened on Jul 27, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (20,263 stars) (2,167 forks)batch import
P2Package: tableType: bughelp wanted

Description

Environment

@blueprintjs/table 4.1.2

Code Sandbox

https://codesandbox.io/s/blueprint-table2-freeze-column-ookcsc

Steps to reproduce

  1. Click on the Freeze first column button.

Actual behavior

  • The frozen column's cells shift upwards, overlapping the column's header
  • When the enableRowHeader prop is true, the frozen column's cells do not shift

Expected behavior

  • The frozen column's cells remain in place

Contributor guide