Skip to content

v0.12.0 Custom dataIds on DataBodyRow

Compare
Choose a tag to compare
@bryanmylee bryanmylee released this 29 Jul 14:18
· 184 commits to main since this release
5575005

This release allows the specification of custom dataId values for each DataBodyRow. This makes it easier to reference the original item in the data source by searching for items with a matching dataId.

If no custom dataId is passed, defaults to the previous behaviour of using the item index.

What's Changed

Full Changelog: v0.11.0...v0.12.0