Actions
Feature #85
openSortable Table UI Component
Description
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
Actions