what does the same as "getOptionLabelFromRecordUsing" in Select Input in SelectFilter ?

what does the same as "getOptionLabelFromRecordUsing" in Select Input in SelectFilter ?
Solution
If you are not using a relationship, you can use getOptionLabelUsing() and/or getOptionLabelsUsing().

If you are using a relationship, you'd probably have to play around with using a computed attribute for the 'name' parameter on the relationship.
Was this page helpful?