feat(parts table): add eda reference prefix and value columns (#1266)

* feat(parts table): add eda reference prefix and value columns

* Use better labels for column names and made it visible as default column selection

---------

Co-authored-by: Jan Böhmer <mail@jan-boehmer.de>
This commit is contained in:
Hannes Rüger
2026-03-01 22:28:01 +01:00
committed by GitHub
parent b7cc14fa14
commit e5dcfad3ff
3 changed files with 26 additions and 0 deletions

View File

@@ -52,6 +52,10 @@ enum PartTableColumns : string implements TranslatableInterface
case TAGS = "tags";
case ATTACHMENTS = "attachments";
case EDA_REFERENCE = "eda_reference";
case EDA_VALUE = "eda_value";
case EDA_STATUS = "eda_status";
case EDIT = "edit";