#Can i set a custom column to "Paginated Object" and this custom column be sortable?

1 messages · Page 1 of 1 (latest)

harsh drum
#

Hello everyone, i need a return to front-end a Paginated List with a column thats not on my entity/table, can i add this column manually and set this column sortable?

slender sphinx
#

why not

harsh drum
#

Thanks so much bro!!

lost cave
#

I commonly use my typeorm classes along with class-transformer and annotations like @Exclude().

#

You can combine mapping to columns in the database/entity and then properties that are not.