Project

General

Profile

Feature #88

Updated by Lane Shaw almost 5 years ago

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

Back