0.5.0
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.