pub unsafe extern "C" fn uiTableHeaderSetSortIndicator(
t: *mut uiTable,
column: c_int,
indicator: uiSortIndicator,
)
Expand description
Sets the column’s sort indicator displayed in the table header.
Use this to display appropriate arrows in the table header to indicate a sort direction.
@param t uiTable instance. @param column Column index. @param indicator Sort indicator. @note Setting the indicator is purely visual and does not perform any sorting. @memberof uiTable