Home
Using Smart NgRX
Demo Walkthrough
API
@smarttools/smart-ngrx / Function

forceRefetchOfVirtualIndexes

Generic types:T

If the row has a dirty flag set, this tells the virtualArray that the indexes need to be refetched.

Presentation

function forceRefetchOfVirtualIndexes(row: T): void;

Returns

void

Parameters

NameTypeDescription
row
T

the row to check