From 831512a64bec5d2956d05dc0221d5cdcbe4556ae Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 27 Apr 2025 22:21:34 -0400 Subject: [PATCH] Add columns and pager to WeaponTable and update tool info Added "Targets" and "Has Splash" columns as well as a pager for better data navigation in the WeaponTable. Enhanced the tool description to clarify its purpose for comparing and sorting data effectively. --- IGP/Pages/DataTables/DataTablesPage.razor | 2 +- IGP/Pages/DataTables/Parts/WeaponTable.razor | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/IGP/Pages/DataTables/DataTablesPage.razor b/IGP/Pages/DataTables/DataTablesPage.razor index 8c17bb4..eea4ad9 100644 --- a/IGP/Pages/DataTables/DataTablesPage.razor +++ b/IGP/Pages/DataTables/DataTablesPage.razor @@ -30,7 +30,7 @@ What is this tool? - Compare data + This tool is a data table of all information belonging to a type of data. Such as viewing all weapons, so one can easily sort and see what weapon attack has the highest range, and what faction and unit that attack belongs to. diff --git a/IGP/Pages/DataTables/Parts/WeaponTable.razor b/IGP/Pages/DataTables/Parts/WeaponTable.razor index 3ec7c4a..725ac4c 100644 --- a/IGP/Pages/DataTables/Parts/WeaponTable.razor +++ b/IGP/Pages/DataTables/Parts/WeaponTable.razor @@ -5,15 +5,20 @@ + + + + + @code {