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
voidParameters
| Name | Type | Description | 
|---|---|---|
| row | T | the row to check  |