Actions
Feature #88
closedFeature #85: Sortable Table UI Component
Row Component
Description
React component used by the parent table to house the Column components and their cells/cell data. Controls data at an item level.
Known properties to pass down to the component (subject to change):
- Product information (object?)
- Columns (list)
Delete callback, if missing no "product delete" button is rendered.- This feature has been removed in favor of parent components (Sortable Table) passing a child component (Button Cell) that has a callback that handles row deletion when rendering the Row Component.
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|5cb858bf2ea0dfcc3efdfec01ad53ad7c3d9b4d8.
Actions