Fixed a bug in the VS table that caused inaccurate information to be shown.

This commit is contained in:
Tomasi - Developing 2025-01-28 12:50:13 +01:00
parent 19182e7b36
commit 18ea1a1540
2 changed files with 12 additions and 1 deletions

View File

@ -6,6 +6,15 @@ This project is currently in the **Beta Phase**.
---
### **[0.6.1]** - *2025-01-28*
#### ✨ Added
- *(N/A)*
#### 🛠️ Fixed
- **VS Table**: Resolved a bug that caused incorrect data display.
---
### **[0.6.0-beta]** - *2025-01-28*
#### ✨ Added
- **Pagination**: Implemented and adjusted for all tables.
@ -14,6 +23,8 @@ This project is currently in the **Beta Phase**.
#### 🛠️ Fixed
- *(N/A)*
---
### **[0.5.1-beta]** - *2025-01-27*
#### ✨ Added
- *(N/A)*

View File

@ -76,7 +76,7 @@
</div>
<!-- Pagination Controls -->
<div class="d-flex justify-content-between mt-3 flex-column flex-md-row">
<pagination-controls class="custom-pagination" [id]="'marshalGuardTable'" [responsive]="true" [autoHide]=" true"
<pagination-controls class="custom-pagination" [id]="'vsDuelTable'" [responsive]="true" [autoHide]=" true"
(pageChange)="pageChanged($event)"></pagination-controls>
<!-- Showing total results with improved styling -->