bazza/ui
bazza/ui
Apr 1

Filtering for deep-keyed properties

Currently, the `defineMeta` helper function only accepts direct keys from the original data type; deep-keyed properties are not filterable. For example, an issue may have an `assignee` property, which in turn has a `firstName` property. Accessing "assignee.firstName" is not feasible with the current implementation.
CompletedCompleted

Apr 2, 2025

Completed! Changelog posted as well.

Apr 1, 2025

A draft PR has been opened for this: https://github.com/kianbazza/ui/pull/28 Initial logic is done, there are some performance issues that are being investigated now.