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