Skip to content

Commit

Permalink
[nested-grid] Use :sticky-top prop to position row-header-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Nov 29, 2024
1 parent 7a1f96a commit bfa42d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/re_com/nested_grid.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@
:show? show?
:sticky? sticky?
:sticky-top (cond-> column-header-total-height
:do (+ sticky-top)
(and sticky? show-export-button?) (+ 25))}
theme (update theme :user-variables
conj (theme/with-state state))
Expand Down

0 comments on commit bfa42d5

Please sign in to comment.