v2.0.7
What's Changed
Add support for "textarea" editable columns. by @fabienDaou in #12
This is ideal for editable columns whose values are longer bits of text. Benefits of "textarea":
- Shows text with carriage returns intact (great for multiline text)
- Adjusts the height of rows to fit cell contents when columns are resized
- Allows entering of multiple lines of plain text (when the column is editable)
This new setting only applies to editable columns.
Full Changelog: v2.0.6...v2.0.7