liferay / clay

A web implementation of the Lexicon Experience Language
http://clayui.com
Other
208 stars 483 forks source link

feat(@clayui/core): add new API to set item id key for table #5886

Closed matuzalemsteles closed 3 weeks ago

matuzalemsteles commented 4 weeks ago

Ticket LPD-40850

We are adding a new API that can configure which item object key can be used as a unique identifier when the structure does not have id as default. This is useful for cases where you are rendering a tree table with expandable items. I'm also updating the documentation to mention this new property in which cases to use it.