Actions
Feature #89
openFeature #85: Sortable Table UI Component
Column Component
Description
React component that is used within Row components to display different Cell components and sort/filter those rows in a Sortable/Filterable Table component.
Known properties to pass down to the component (subject to change):
- Header (string), if header is provided.
- Filter callback, if missing filtering is disabled for this column (no filter input object).
- Sort callback, if missing sorting is disabled for this column (no sort arrows).
- Unsort callback, used for marking the column as unsorted using Ctrl+Click on arrows (no effect if Sort callback missing).
- Sort Text, text to denote this columns position in the sort order (usually a number, starting from 1).
- Cell type component. (decides input filter type)
- Cell data.
Actions