There was an error while loading. Please reload this page.
1 parent 80c1032 commit fe13d52Copy full SHA for fe13d52
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.clojars.intception/om-widgets "0.3.32"
+(defproject org.clojars.intception/om-widgets "0.3.33"
2
:description "Widgets for OM/React"
3
:url "https://github.com/orgs/intception/"
4
:license {:name "Eclipse Public License"
src/om_widgets/grid.cljs
@@ -561,7 +561,7 @@
561
sorter (when init-sorted-column
562
(grid-sorter init-sorted-column))
563
page-size (or (:page-size definition) 5)
564
- current-page (or (:current-page definition))]
+ current-page (or (:current-page definition) 0)]
565
(om/build create-grid
566
target
567
{:init-state {:current-page current-page
0 commit comments