Returns a function that can be used to toggle this column's sorting state. This is useful for attaching a click handler to the column header. API DocsGuide
Toggles this columns sorting state. If desc is provided, it will force the sort direction to that value. If isMulti is provided, it will additivity multi-sort the column (or toggle it if it is already sorted). API DocsGuide