Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Verified Answer
+1
person also asked this
people also asked this
Replies
7 replies
Subscribers
7 subscribers
Views
8372 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Editable Grid - Dynamic columns
saravanana
over 8 years ago
Have anyone implemented "dynamic columns in editable grid"? Say for example my matrix rows and column vary per product or category
1. Category - 10 * 11 columns
2. Category - 10 * 3 columns etc. Rather than creating multiple SAIL rules, planning to use one SAIL rule for interface and one SAIL for grid layout.
OriginalPostID-251485
Discussion posts and replies are publicly visible
Parents
0
marky
over 8 years ago
rule: genericRuleGeneratesGridRow
inputs:
data | any type
index | number(integer)
definition:
a!gridRowLayout
(
contents:
{
a!dropdownField
(
label:"Sample Dropdown",
value:ri!data[ri!index].integerField,
saveInto: ri!data[ri!index].integerField,
placeholderLabel:"-- Select --",
choiceLabels:{1,2,3},
choiceValues:{1,2,3}
)
}
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
marky
over 8 years ago
rule: genericRuleGeneratesGridRow
inputs:
data | any type
index | number(integer)
definition:
a!gridRowLayout
(
contents:
{
a!dropdownField
(
label:"Sample Dropdown",
value:ri!data[ri!index].integerField,
saveInto: ri!data[ri!index].integerField,
placeholderLabel:"-- Select --",
choiceLabels:{1,2,3},
choiceValues:{1,2,3}
)
}
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data