Breaking Changes
nested
has been removed as an option. All fields support nesting by default (see #74).
Features
-
fields
has been overhauled to accept an object (see #78) with the following form:label
- optional, defaults to the value ofvalue
value
- required, Can be a string, or a function that receives the row as a param, see the README.default
- optional, overrides thedefaultValue
option.
It can also just be a string, which is the
value
.