+
+
+
+
+
+
+
+ Viewing {{ paginationSettings.rowsPerPage > totalRows ? totalRows : paginationSettings.rowsPerPage }}
+ of {{ totalRows === 10000 ? ' over ' : ''}} {{ totalRows.toLocaleString() }} total transactions
+
+
+
+
+
+
+
+
+ {{ col.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rows per page: {{ paginationSettings.rowsPerPage }}
+
+
+
+
+
+ {{ size }}
+
+
+
+
+
+
+
+
+ First
+
+
+
+
+
+
+
+ Page {{ paginationSettings.page }}
+ {{ (showPaginationExtras && enableLiveTransactions === false) ? (lastPage === 0 ? ` of 1` : ` of ${lastPage}`) : '' }}
+
+
+
+
+
+
+
+ Last
+
+
+
+
+