We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f7b93 commit 2ac45d5Copy full SHA for 2ac45d5
src/re_com/nested_v_grid.cljs
@@ -631,6 +631,7 @@
631
(cond-> (dec path-ct) (not show-root-headers?) dec))
632
size (get @row-sizes i)
633
keypath (get @row-keypaths i)]
634
+ :when (or show-root-headers? (pos? i))
635
:let [props {:part ::row-header
636
:row-path row-path-prop
637
:path row-path-prop
@@ -673,6 +674,7 @@
673
674
column-path-prop (cond-> column-path (not show-root-headers?) (subvec 1))
675
keypath (get @column-keypaths i)]
676
#_#_:when (not branch-end?)
677
678
:let [props {:part ::column-header
679
:column-path column-path-prop
680
:path column-path-prop
0 commit comments