Skip to content

0.5.0

Choose a tag to compare

@tabby-or-not tabby-or-not released this 11 Jul 03:41
· 20 commits to master since this release

Actions can be enabled/disabled for specific rows
Allows actions' enabled property to be passed as:

  • boolean
  • array in format [boolean, string]
  • function returning the above types

Functions will be called with the row in question. Boolean is used to enable/disable actions. The string in [boolean, string] is an informational tooltip to be displayed when a user hovers over the disabled action. See #9 for more info.