Preview:```ts
import {
FilterFn,
RowData,
SortingFn,
Row,
createColumnHelper,
} from "@tanstack/react-table"
/**
*
- React Table helper to sort tables
- based on boolean values
*/
export function customBooleanSortCompare<
TData extends RowData
(
rowA: Row<TData>,
rowB:
...```
You can choose specific lines to embed by selecting them before copying the link.