ted-marozzi / data-grid

High Performance Data Grid optimised for large numeric tables.
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

fix: horizontalHeaderSeparatorBuilder same width as rows #4

Closed defuncart closed 2 years ago

defuncart commented 2 years ago

Currently there is an issue in which horizontalHeaderSeparatorBuilder is as wide as the screen instead of being as wide as the row:

Bildschirmfoto 2022-11-01 um 14 55 59

The width of the builder can be constrained, while there does not seem to be any side-effect to use start instead of stetch for cross alignment on the column:

Bildschirmfoto 2022-11-01 um 14 56 05

ted-marozzi commented 2 years ago

LGTM!