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