diff --git a/components/RepeatingTable.vue b/components/RepeatingTable.vue index 34aca28..bd34e27 100644 --- a/components/RepeatingTable.vue +++ b/components/RepeatingTable.vue @@ -55,16 +55,31 @@
+ +
+
+ +
+

Performance Notice

+

+ This table has {{ config.columns.length }} columns. For optimal performance, only the first 20 columns are displayed. + Consider reducing the number of columns for better user experience. +

+
+
+
+
-
+
@@ -85,12 +100,17 @@
{{ getRowNumber(index) }}
#
{{ column.label }} @@ -77,7 +92,7 @@
- {{ formatCellValue(record[column.name], column) }} +
@@ -124,20 +144,16 @@
-
- -
-
-

No records yet

-

- {{ searchQuery ? 'No records match your search criteria.' : 'Click "' + (config.buttonText || 'Add Record') + '" to add your first record.' }} -

-
+ +

No records yet

+

+ {{ config.help || 'Add your first record to get started.' }} +

{{ config.buttonText || 'Add Record' }} @@ -147,92 +163,56 @@
-
+
- - Showing {{ startRecord }} to {{ endRecord }} of {{ filteredData.length }} records - + Showing {{ startRecord }} to {{ endRecord }} of {{ filteredData.length }} records
-
-
- - - per page + + + Previous + + +
+ + {{ page }} +
- + + Next + +
-