mirror of
https://staging.allspice.dev/AllSpice-Demos/Actions-demo.git
synced 2025-04-24 09:13:21 +00:00
Add examples of sorting, grouping and filtering configs
This commit is contained in:
parent
7201dc2762
commit
be993882ef
@ -3,14 +3,19 @@ columns:
|
||||
part_attributes:
|
||||
- "Manufacturer"
|
||||
- "MANUFACTURER"
|
||||
sort: "asc"
|
||||
- name: "Part Number"
|
||||
part_attributes:
|
||||
- "PART"
|
||||
- "MANUFACTURER #"
|
||||
- "_part_id"
|
||||
remove_rows_matching: "TP|MTG|FID"
|
||||
- name: "Designator"
|
||||
part_attributes: "Designator"
|
||||
grouped_values_separator: "; "
|
||||
grouped_values_sort: "asc"
|
||||
- name: "Description"
|
||||
part_attributes:
|
||||
- "PART DESCRIPTION"
|
||||
- "_description"
|
||||
- "_description"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user