forge
forge copied to clipboard
[table] add object path support for `selectKey`
Describe the feature:
The selectKey
should support object path (dot) syntax for navigating deeply nested objects. The column configuration property
supports this already, and it makes sense for selectKey
to support it as well.
Describe any alternatives you've considered: Wrapping the data objects in a custom object with a unique key.