@invopop/popui 0.1.4-beta.32 → 0.1.4-beta.33

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.
@@ -345,7 +345,7 @@
345
345
  { 'pl-4': isFirst, 'pr-4': isLast, 'border-r border-border': isFrozen && isLastFrozen }
346
346
  )}
347
347
  >
348
- <div class="relative z-10 flex items-center">
348
+ <div class="relative z-10 flex items-center w-full">
349
349
  {@render children()}
350
350
  </div>
351
351
  </div>
@@ -594,7 +594,7 @@
594
594
  </Table.Root>
595
595
  {/if}
596
596
  </div>
597
- {#if enablePagination}
597
+ {#if enablePagination && data.length > 0}
598
598
  <DataTablePagination
599
599
  {table}
600
600
  {data}
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.32",
4
+ "version": "0.1.4-beta.33",
5
5
  "repository": {
6
6
  "url": "https://github.com/invopop/popui"
7
7
  },