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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user