Skip to content

v2.0.7

Choose a tag to compare

@louisdorard louisdorard released this 16 Apr 08:40
· 74 commits to master since this release
e8c9127

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