v0.12.0 Custom dataIds on DataBodyRow
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
- Custom
dataId
on BodyRows by @bryanmylee in #38
Full Changelog: v0.11.0...v0.12.0