Project

General

Profile

Feature #85

Updated by Lane Shaw about 5 years ago

A React component for a sortable/filterable table that will be used to display information from products, files, etc. 

 It'll be comprised of *Row*, *Column*, *Cell* and *Pagination* React components. 

 Sort feature will hold array of columns to sort by (multi-column sorting), an index number will appear next to each header with the current sort order. 

 It'll also have several configurable options when created: 
 * Scrollable along X 
 * Scrollable along Y 
 * Default empty table text 
 * Page size options 
 * Default page size 

 Extra UI parts: 
 * __Reset Sort Order__ button/link 
 * __Reset Column Widths__ button/link 
 * __Reset Column Order__ button/link 
 * __Show Hidden Columns__ checkbox 
 * __Show Reviewed Products__ checkbox

Back