table: Fix the incorrect rendering of the header border (#1094)

This commit is contained in:
Floyd Wang 2025-07-28 10:32:11 +08:00 committed by GitHub
parent 75af2b31ba
commit 6d0443998c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -856,6 +856,8 @@ where
let name = col_group.column.name.clone();
h_flex()
.size_full()
.overflow_hidden()
.child(
self.render_cell(col_ix, window, cx)
.id(("col-header", col_ix))