Refactor DataTables and cleanup redundant code

Refactored `WeaponTable` grid to use a typed parameter and improve readability. Removed outdated or unnecessary sample comments, consolidated duplicate code, and reorganized theme-related components in `PageLayout`. Simplified initialization logic and improved formatting consistency.
This commit is contained in:
Jonathan
2025-04-27 21:45:28 -04:00
parent 764192891c
commit e28f74b354
8 changed files with 60 additions and 123 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
@layout PageLayout
@using IGP.Pages.DataTables.Parts
@inherits BasePage
@@ -7,7 +6,7 @@
<LayoutMediumContentComponent>
<WebsiteTitleComponent>Data Tables</WebsiteTitleComponent>
<WeaponTable/>
<ContentDividerComponent></ContentDividerComponent>
@@ -28,7 +27,7 @@
</LayoutMediumContentComponent>
<style>
</style>
@code {