v3.9.0
What's Changed
- feat(checkbox): implement hooks to create checkbox handlers by @imballinst in #169
Full Changelog: v3.8.1...v3.9.0
Some (breaking) updates
- The first parameter of
CheckboxOnChange
is trimmed and adjusted. The propprop
is renamed tocheckboxProp
so we could make it consistent with the headers. Also,idProp
andcheckboxRefs
are removed. - If you are composing your own
TableRow
, then there is a new required prop:rowIdx
. Fill this with the row index.