@kikiloaw/simple-table 1.1.2 → 1.1.3
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.
- package/package.json +1 -1
- package/src/SimpleTable.vue +1 -1
package/package.json
CHANGED
package/src/SimpleTable.vue
CHANGED
|
@@ -803,7 +803,7 @@ function getCellStyle(col: any, index: number, totalCols: number) {
|
|
|
803
803
|
<template>
|
|
804
804
|
<div class="space-y-4">
|
|
805
805
|
<!-- Toolbar -->
|
|
806
|
-
<div v-if="searchable" class="flex flex-col sm:flex-row items-center justify-between gap-4">
|
|
806
|
+
<div v-if="searchable" class="flex flex-col items-start sm:flex-row sm:items-center justify-between gap-4">
|
|
807
807
|
<div v-if="searchable" class="relative w-full sm:max-w-sm flex items-center gap-2">
|
|
808
808
|
<!-- Page Size Select (Z-Index increased to sit above siblings) -->
|
|
809
809
|
<!-- Page Size Select (Native & Styled) -->
|