Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataTable Apex Defined Rows with Picklist management. #1566

Open
fprovot opened this issue Jul 23, 2024 · 2 comments
Open

DataTable Apex Defined Rows with Picklist management. #1566

fprovot opened this issue Jul 23, 2024 · 2 comments

Comments

@fprovot
Copy link

fprovot commented Jul 23, 2024

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.

@fprovot
Copy link
Author

fprovot commented Jul 23, 2024

picklist

@ericrsmith35
Copy link
Collaborator

I think the custom object is your best solution for this type of use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants