Props passed to the renderer for the heading row of a <DataTable>. Note: if you need access to other props that were passed to DataTable, use const tableProps = useContext(DataTableContext);.
<DataTable>
DataTable
const tableProps = useContext(DataTableContext);
Optional
A function to get which sort icon (ascending or descending) to show
A function to gets the current width of column width, if set.
A function to change the table's sort order.
A function to save a column width. Called as the resize handle is dragged by the user.
Props passed to the renderer for the heading row of a
<DataTable>. Note: if you need access to other props that were passed toDataTable, useconst tableProps = useContext(DataTableContext);.