table: Fix the incorrect rendering of the header border (#1094)
This commit is contained in:
parent
75af2b31ba
commit
6d0443998c
1 changed files with 2 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue