- |
+ |
|
-
- {{ product.name }}
- |
-
- {{ product.size }}
- |
+ {{ product.name }} |
+ {{ product.size }} |
![]()
- ![not available]()
{{
product.stock > 0
? `In Stock (${product.stock})`
@@ -72,28 +67,20 @@
}}
|
-
- Rs.{{ product.price }}
- |
-
- Last Modified
- {{ product.dateModified }}
+ | Rs.{{ product.price }} |
+
+ Last Modified
+ {{ product.dateModified }}
|
-
-
+
+
-
+
![delete product]()
@@ -107,59 +94,40 @@
class="flex justify-between items-center mt-6 p-4 rounded-lg shadow-md"
>
- Showing {{ startIndex + 1 }}-{{
- Math.min(endIndex, filteredProducts.length)
- }}
- of {{ filteredProducts.length }} results
+ Showing {{ (currentPage - 1) * itemsPerPage + 1 }} -
+ {{ Math.min(currentPage * itemsPerPage, totalCount) }} of
+ {{ totalCount }} results
- | |