ebs.getDataStore

Syntax

Copy
function getDataStore(url: string, fetch: IFetch, gridHtmlId?: string, pageContext?: any, gridOptions?: any, viewData?: any): {
        store: DevExpress.data.CustomStore;
    };
 
Parameter Type Description
url string ...
fetch IFetch ...
gridHtmlId? string ...
pageContext? any ...
gridOptions? any ...
viewData? any ...