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
Hi, I want to have different icons for records coming out of the same object. Any way to support having a field hold the URL so i can do something like this:
Or any other way / workaround? I tried adding the object multiple times with different configurations and WHERE clauses but that unfortunately is also not supported.
The text was updated successfully, but these errors were encountered:
Hi @riekusr, to have different child implementations for the same object, you would need to use the apex dataprovider. You can for instance create 2 apex dataproviders for the same object, but use different filters / icons / fields to show. There is an example provider in this repo.
Hi, I want to have different icons for records coming out of the same object. Any way to support having a field hold the URL so i can do something like this:
Or any other way / workaround? I tried adding the object multiple times with different configurations and WHERE clauses but that unfortunately is also not supported.
The text was updated successfully, but these errors were encountered: