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).
Updated by Lane Shaw almost 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset html-checker|619258990f20c8247b8677b83da3bc567d4fc068.
Actions