-
-
-
-
-
- |
-
-
- {{ column.id ? column.label || column.id : column }}
- |
-
-
-
-
-
-
-
+
+
+
+
+
-
- |
+
-
- {{ row[column.id] || row[j] || "" }}
-
- |
+
+ {{ column.id ? column.label || column.id : column }}
+ |
+
-
-
-
+
+
+
+
+
+
+ |
+
+
+ {{ row[column.id] || row[j] || "" }}
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+ {{
+ $t("GenericTable.pagination", {
+ start: pageStartIndex,
+ end: pageEndIndex,
+ total: rows.length
+ })
+ }}
+
+
+
+
+