rx-datatable API
    Preparing search index...

    Type Alias WatchableArrayLike<T>

    WatchableArrayLike: T[] & { clear(): void }

    The array type accepted for columnsToSortBy: a mutable array with a clear() method. Satisfied by MobX's IObservableArray and by this package's WatchableArray.

    Type Parameters

    • T