directus-extension-computed-interface icon indicating copy to clipboard operation
directus-extension-computed-interface copied to clipboard

Computed values in list views

Open Svashta opened this issue 1 year ago • 8 comments

Hey, I am new to Directus and this extension obviously, and I am trying to display a computed value in the list view. Is that possible? I am able to see the correct value in the details view, but I would also need it in the list.

It could be I am doing things wrong fundamentally, not fully understanding inner workings of Directus itself.

Simple example. I have a students collection, student having name and surname fields. What I would like to do is to show their full name (combining name and surname). It is not as important to have it on the details view, where i already have name and surname, but in the list view (specially in the one-to-one associations) it is something i am aiming for.

I could not find a way to do it with Directus OOTB, so i was looking into this extension. Sorry for this question if it is not the right place to ask about.

Svashta avatar Jun 17 '24 05:06 Svashta