nextjournal / clerk-table-stats

Add simple columns summaries to your Clerk tables
ISC License
0 stars 0 forks source link

Various issues/wishes #8

Closed borkdude closed 3 days ago

borkdude commented 2 weeks ago

Repro of second issue:

(clerk/with-viewer table-stats/viewer
  {::clerk/width :full
   ::clerk/render-opts {:group-headers true
                        :translated-keys {:hello  "hello"
                                          :bye/go  "1"
                                          :bye/do  "2"}}}
  [{:hello 1 :bye {:go 2 :do 3}}
   {:hello 1 :bye {:go 2 :do 3}}
   {:hello 1 :bye {:go 2 :do 3}}
   {:hello 1 :bye {:go 4 :do 3}}])