An array of column objects, containing a Header (the title to be displayed at the head of the column), an accessor (a unique string to assign row cells to the correct column) and a sortType (can be set to basic, datetime or alphanumeric)
An array of cell objects to be displayed as a row. Each key should be set to match the column accessor whilst the value is set to data to be displayed
An array of column accessors which you wish to apply due date icons upon.
Generated using TypeDoc
The prop types for the Table component.