@invopop/popui 0.1.4-beta.37 → 0.1.4-beta.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -119,7 +119,9 @@
119
119
 
120
120
  // Sync pagination pageIndex with initialPage prop (for manual pagination resets)
121
121
  $effect(() => {
122
- pagination.pageIndex = initialPage
122
+ if (manualPagination) {
123
+ pagination.pageIndex = initialPage
124
+ }
123
125
  })
124
126
 
125
127
  // Reorder initial frozen columns on mount
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@invopop/popui",
3
3
  "license": "MIT",
4
- "version": "0.1.4-beta.37",
4
+ "version": "0.1.4-beta.38",
5
5
  "repository": {
6
6
  "url": "https://github.com/invopop/popui"
7
7
  },