Pricing Blog

how to filter objects?

  • uunicode-1320125482347528222

    unicodes

    6 months ago

    I have an object of objects (skills).

    [
    {id, name},
    {id, name},
    ]

    How to filter them based of name?

    This my old filter was for an object with just names.
    1320125482749923399-Screenshot_2024-12-21_at_22.23.11.png
  • uunicode-1320132748135890985

    unicodes

    6 months ago

    Added Trim and now works.