How to populate select values from async source #808
Unanswered
agustin-garcia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Does anyone knows if I can populate select values of a Column of type PlutoColumnType.select() from an async source?
I'm able to use the select pull menu for a specific cell, but the valid values need to be from a List with constant values.
PlutoColumn( title: 'Type', field: 'type', type: PlutoColumnType.select( [ 'D', 'C', 'B', 'A', ], defaultValue: '', ), ),
Thanks for your comments
Beta Was this translation helpful? Give feedback.
All reactions