marioaldairsr

Results 5 comments of marioaldairsr

@vincjo, thanks for your reply. We have a use case where we could have a nested object like this: ```ts const data = [ { name: 'Mario', status: 'DRAFT', ammount:...

@vincjo, I was able to solve the problem with the following code, creating a dynamic function to ensure that when converted to a string it's always unique: ```ts function createNamedFunction(key)...

@vincjo, sorry for open it again. Just want to ask if is it the same case with the sort function?

Okay, it looks nice. Thank you. Is there a way to have multiple sorts? For example: Sort by id asc Then by amount desc Then by date asc To solve...