Selection

<T> represents the object's shape coming from the data source. <R> represents the column data type: string, number, Date, or boolean.

SelectableFn<T>

type SelectableFn<T> = (entry: T) => boolean;

Last updated