You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
I would like to use apex-defined collection in a datatable that would allow me to manage a picklist.
I mean an apex-defined picklist (nor related to an object), maybe by declaring values as a string in the parameters of the datatable?
Currently I can only manage Strings, Numbers and Dates.
Describe alternatives you've considered
The picklist value is null at display of the table, but can be selected and saved.
The picklist value has already a value at display of the table, and can be selected and saved.
Note that I tried a bunch of solutions that never worked due to AuraEnable limitations.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
I would like to use apex-defined collection in a datatable that would allow me to manage a picklist.
I mean an apex-defined picklist (nor related to an object), maybe by declaring values as a string in the parameters of the datatable?
Currently I can only manage Strings, Numbers and Dates.
Describe alternatives you've considered
The picklist value is null at display of the table, but can be selected and saved.
The picklist value has already a value at display of the table, and can be selected and saved.
Note that I tried a bunch of solutions that never worked due to AuraEnable limitations.
The text was updated successfully, but these errors were encountered: