Function: stableSort()
stableSort<
T>(array,comparator):T[]
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type | Description |
|---|---|---|
array | readonly T[] | The Array being sorted |
comparator | (a, b) => number | Comparator callback |
Returns
T[]
Defined in
packages/react-material-ui/src/components/Table/utils/stableSort.ts:5 (opens in a new tab)