Skip to content

Commit

Permalink
[nested-grid] Add to re-com.core
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Apr 23, 2024
1 parent a7d0ff8 commit 46110da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/re_com/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
[re-com.tour :as tour]
[re-com.tree-select :as tree-select]
[re-com.v-table :as v-table]
[re-com.simple-v-table :as simple-v-table]))
[re-com.simple-v-table :as simple-v-table]
[re-com.nested-grid :as nested-grid]))

;; -----------------------------------------------------------------------------
;; re-com public API (see also re-com.util)
Expand All @@ -54,6 +55,8 @@
(def v-table v-table/v-table)
(def show-row-data-on-alt-click v-table/show-row-data-on-alt-click)
(def simple-v-table simple-v-table/simple-v-table)
(def nested-grid nested-grid/nested-grid)


(def button buttons/button)
(def md-circle-icon-button buttons/md-circle-icon-button)
Expand Down

0 comments on commit 46110da

Please sign in to comment.