#Can i set a custom column to "Paginated Object" and this custom column be sortable?
1 messages · Page 1 of 1 (latest)
why not
using DTOs is away to avoid coupling the client with database entities.
https://khalilstemmler.com/articles/enterprise-typescript-nodejs/use-dtos-to-enforce-a-layer-of-indirection
Thanks so much bro!!