Actions
Feature #86
closedFeature #85: Sortable Table UI Component
"Raw Text" Cell Component
Description
Base React component that is used by Column components to allow editing product data via a specially controlled input method. Child Cell types will inherit and override the default behavior of this cell type.
Known properties to pass down to the component (subject to change):
- Cell data.
- Show Disabled (boolean), if true the Edit callback is disabled and the cell contents/border is grayed out.
- Edit callback, if missing editing is disabled for this cell (double click hook disabled, but cell is not grayed unless Show Disabled is true).
Actions