We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2960728 commit e5f7b93Copy full SHA for e5f7b93
src/re_com/nested_v_grid.cljs
@@ -656,7 +656,7 @@
656
(part ::row-header
657
{:part ::row-header
658
:props props
659
- :key [::row-header keypath]
+ :key [::row-header keypath branch-end?]
660
:theme (when theme-cells? theme)}))
661
662
column-headers
@@ -694,7 +694,7 @@
694
{:part ::column-header
695
:theme (when theme-cells? theme)
696
697
- :key [::column-header keypath]}))
+ :key [::column-header keypath branch-end?]}))
698
699
corner-headers
700
(for [column-index (range @row-depth)
0 commit comments