DelayedRecordsRendering
Properties
2
Properties
2Identifies an object as an instance of DelayedRecordsRendering class, or subclass thereof.
Identifies an object as an instance of DelayedRecordsRendering class, or subclass thereof.
Functions
2
Functions
2Schedules the provided record row refresh.
| Parameter | Type | Description |
|---|---|---|
records | Model | Record to refresh the row of. |
Events
1
Events
1This event fires when records which rendering was previously scheduled is finally done.
// Adding a listener using the "on" method
delayedRecordsRendering.on('scheduledRecordsRender', ({ source, records, rows }) => {
});| Parameter | Type | Description |
|---|---|---|
source | Grid | The component. |
records | Model[] | Rendered records. |
rows | Row[] | Rendered rows. |