Actions
Feature #87
closedFeature #85: Sortable Table UI Component
"Button" Cell Component
Description
React component, inheriting from the Base Cell type, that shows a button (+alt text) with a callback action on the specified row.
Known properties to pass down to the component (subject to change):
- Button Text (or Button image element)
- Alternative Text (string), text to display on mouse over of the button.
- Action callback, if missing the button is shown as disabled/grayed out with no event listener active.
Actions