Usage
Typescript Import Format
//To import this class, use the format below.
import {DataGridProviderRefreshEvent} from "ojs/ojdatagridprovider";
For additional information visit:
Constructor
new DataGridProviderRefreshEvent(detail)
Class for creating refresh events used for communicating refresh to the DataGrid.
Note in response to a oj.ojDataGrid#event:sortRequest event this refresh event should be fired.
Parameters:
| Name | Type | Argument | Description | 
|---|---|---|---|
detail | 
            
            
            DataGridProviderRefreshOperationEventDetail | 
                
                    <optional> | 
            
            
            
                                                           
            the event detail | 
Fields
- 
    
    
detail :DataGridProviderRefreshOperationEventDetail
 - 
    
      Refresh event details.
- Since:
 - 12.0.0
 
 - 
    
    
type :'refresh'
 - 
    
    
     
  
- Since:
 - 11.0.0