Columns for a table, with a "sortable" prop
Optional
options: { onSort?: object; sortBy?: object } = {}AsyncTableTools options
Optional
onSort?: objectA function to call after setting a new sort state.
Optional
sortBy?: objectAn initial sortBy state like {index: 1, direction: 'desc'}
Props for a Patternfly table to integrate sorting
Provides columns with the
sortable
transform mixed in for a Patternfly table.