We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed96db commit a8097c6Copy full SHA for a8097c6
README.md
@@ -52,6 +52,15 @@ XML Syntax
52
</add>
53
</column>
54
55
+ <manufacturer>
56
+ <add>
57
+ <header>Manufacturer</header>
58
+ <type>options</type>
59
+ <index>manufacturer</index>
60
+ <options>firegento_gridcontrol/utility::getDropdownAttributeLabelOptionArray(manufacturer)</options>
61
+ </add>
62
+ </manufacturer>
63
+
64
<selecttest>
65
<add>
66
<header>Status Column</header>
@@ -74,4 +83,4 @@ XML Syntax
74
83
</gridname>
75
84
</grids>
76
85
</gridcontrol>
77
-``````
86
+``````
0 commit comments