@genesislcap/grid-pro 14.285.1 → 14.286.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/custom-elements.json +142 -5
- package/dist/dts/datasource/base.datasource.d.ts +4 -1
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.datasource.d.ts +20 -3
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.grid-definitions.d.ts +1 -1
- package/dist/dts/datasource/server-side.resource-base.d.ts +6 -0
- package/dist/dts/datasource/server-side.resource-base.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.resource-dataserver.d.ts +1 -1
- package/dist/dts/datasource/server-side.resource-dataserver.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.resource-reqrep.d.ts +1 -1
- package/dist/dts/grid-pro.d.ts +14 -2
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.styles.d.ts.map +1 -1
- package/dist/dts/status-bar-components/pagination.status-bar.d.ts +1 -1
- package/dist/dts/status-bar-components/pagination.status-bar.d.ts.map +1 -1
- package/dist/esm/datasource/base.datasource.js +2 -1
- package/dist/esm/datasource/server-side.datasource.js +102 -16
- package/dist/esm/datasource/server-side.grid-definitions.js +1 -1
- package/dist/esm/datasource/server-side.resource-base.js +7 -1
- package/dist/esm/datasource/server-side.resource-dataserver.js +3 -2
- package/dist/esm/datasource/server-side.resource-reqrep.js +1 -1
- package/dist/esm/grid-pro.js +74 -41
- package/dist/esm/grid-pro.styles.js +15 -0
- package/dist/esm/status-bar-components/pagination.status-bar.js +16 -12
- package/dist/grid-pro.api.json +862 -1
- package/dist/grid-pro.d.ts +38 -7
- package/docs/api/grid-pro.gridpro.isserverside.md +12 -0
- package/docs/api/grid-pro.gridpro.md +1 -0
- package/docs/api/grid-pro.gridpro.paginationpagesize.md +5 -1
- package/docs/api/grid-pro.gridproserversidedatasource.applyasyncfuncname.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.applyfuncname.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.applytransaction.md +25 -0
- package/docs/api/grid-pro.gridproserversidedatasource.applytransactionasync.md +26 -0
- package/docs/api/grid-pro.gridproserversidedatasource.connectedcallback.md +18 -0
- package/docs/api/grid-pro.gridproserversidedatasource.criteriachanged.md +26 -0
- package/docs/api/grid-pro.gridproserversidedatasource.deepclone.md +18 -0
- package/docs/api/grid-pro.gridproserversidedatasource.destroy.md +18 -0
- package/docs/api/grid-pro.gridproserversidedatasource.disconnectedcallback.md +18 -0
- package/docs/api/grid-pro.gridproserversidedatasource.init.md +18 -0
- package/docs/api/grid-pro.gridproserversidedatasource.liveupdates.md +21 -0
- package/docs/api/grid-pro.gridproserversidedatasource.loadmore.md +18 -0
- package/docs/api/grid-pro.gridproserversidedatasource.md +54 -0
- package/docs/api/grid-pro.gridproserversidedatasource.onpaginationchanged.md +25 -0
- package/docs/api/grid-pro.gridproserversidedatasource.params.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.reloadresourcedata.md +31 -0
- package/docs/api/grid-pro.gridproserversidedatasource.request.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.resourcenamechanged.md +26 -0
- package/docs/api/grid-pro.gridproserversidedatasource.restart.md +18 -0
- package/docs/api/grid-pro.gridproserversidedatasource.rowmodel.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.zerobasedviewnumber.md +21 -0
- package/docs/api/grid-pro.md +1 -0
- package/docs/api-report.md +5 -4
- package/package.json +13 -13
package/dist/grid-pro.d.ts
CHANGED
|
@@ -138,7 +138,7 @@ export declare class ActionsMenuRenderer extends FoundationElement implements IC
|
|
|
138
138
|
* @privateRemarks We're excluding rowData as it's a special case that we handle separately
|
|
139
139
|
* @internal
|
|
140
140
|
*/
|
|
141
|
-
export declare const AG_PROPERTIES: ("datasource" | "onGridReady" | "tabIndex" | "api" | "columnApi" | "context" | "columnDefs" | "
|
|
141
|
+
export declare const AG_PROPERTIES: ("datasource" | "onGridReady" | "tabIndex" | "api" | "columnApi" | "context" | "columnDefs" | "icons" | "singleClickEdit" | "onCellValueChanged" | "onCellClicked" | "onCellDoubleClicked" | "onCellContextMenu" | "enableCellChangeFlash" | "rowDragText" | "sortingOrder" | "unSortIcon" | "suppressAutoSize" | "statusBar" | "sideBar" | "suppressContextMenu" | "preventDefaultOnContextMenu" | "allowContextMenuWithControlKey" | "suppressMenuHide" | "enableBrowserTooltips" | "tooltipShowDelay" | "tooltipHideDelay" | "tooltipMouseTrack" | "popupParent" | "copyHeadersToClipboard" | "copyGroupHeadersToClipboard" | "clipboardDeliminator" | "clipboardDelimiter" | "suppressCopyRowsToClipboard" | "suppressCopySingleCellRanges" | "suppressLastEmptyLineOnPaste" | "suppressClipboardPaste" | "suppressClipboardApi" | "suppressCutToClipboard" | "defaultColDef" | "defaultColGroupDef" | "columnTypes" | "maintainColumnOrder" | "suppressFieldDotNotation" | "headerHeight" | "groupHeaderHeight" | "floatingFiltersHeight" | "pivotHeaderHeight" | "pivotGroupHeaderHeight" | "allowDragFromColumnsToolPanel" | "suppressMovableColumns" | "suppressColumnMoveAnimation" | "suppressDragLeaveHidesColumns" | "suppressRowGroupHidesColumns" | "colResizeDefault" | "autoSizePadding" | "skipHeaderOnAutoSize" | "components" | "frameworkComponents" | "reactUi" | "suppressReactUi" | "editType" | "suppressClickEdit" | "readOnlyEdit" | "stopEditingWhenCellsLoseFocus" | "enterMovesDown" | "enterMovesDownAfterEdit" | "enableCellEditingOnBackspace" | "undoRedoCellEditing" | "undoRedoCellEditingLimit" | "defaultCsvExportParams" | "suppressCsvExport" | "defaultExcelExportParams" | "suppressExcelExport" | "excelStyles" | "quickFilterText" | "cacheQuickFilter" | "excludeHiddenColumnsFromQuickFilter" | "excludeChildrenWhenTreeDataFiltering" | "enableCharts" | "chartThemes" | "customChartThemes" | "chartThemeOverrides" | "enableChartToolPanelsButton" | "suppressChartToolPanelsButton" | "chartToolPanelsDef" | "loadingCellRenderer" | "loadingCellRendererFramework" | "loadingCellRendererParams" | "loadingCellRendererSelector" | "localeText" | "masterDetail" | "keepDetailRows" | "keepDetailRowsCount" | "detailCellRenderer" | "detailCellRendererFramework" | "detailCellRendererParams" | "detailRowHeight" | "detailRowAutoHeight" | "alignedGrids" | "rowBuffer" | "valueCache" | "valueCacheNeverExpires" | "enableCellExpressions" | "suppressParentsInRowNodes" | "suppressTouch" | "suppressFocusAfterRefresh" | "suppressAsyncEvents" | "suppressBrowserResizeObserver" | "suppressPropertyNamesCheck" | "suppressChangeDetection" | "debug" | "overlayLoadingTemplate" | "loadingOverlayComponent" | "loadingOverlayComponentFramework" | "loadingOverlayComponentParams" | "suppressLoadingOverlay" | "overlayNoRowsTemplate" | "noRowsOverlayComponent" | "noRowsOverlayComponentFramework" | "noRowsOverlayComponentParams" | "suppressNoRowsOverlay" | "pagination" | "paginationPageSize" | "paginationAutoPageSize" | "paginateChildRows" | "suppressPaginationPanel" | "pivotMode" | "pivotPanelShow" | "pivotColumnGroupTotals" | "pivotRowTotals" | "pivotSuppressAutoColumn" | "suppressExpandablePivotGroups" | "functionsReadOnly" | "aggFuncs" | "suppressAggFuncInHeader" | "suppressAggAtRootLevel" | "aggregateOnlyChangedColumns" | "suppressAggFilteredOnly" | "removePivotHeaderRowWhenSingleValueColumn" | "animateRows" | "cellFlashDelay" | "cellFadeDelay" | "allowShowChangeAfterFilter" | "domLayout" | "ensureDomOrder" | "enableRtl" | "suppressColumnVirtualisation" | "suppressMaxRenderedRowRestriction" | "suppressRowVirtualisation" | "rowDragManaged" | "suppressRowDrag" | "suppressMoveWhenRowDragging" | "rowDragEntireRow" | "rowDragMultiRow" | "fullWidthCellRenderer" | "fullWidthCellRendererFramework" | "fullWidthCellRendererParams" | "embedFullWidthRows" | "groupDisplayType" | "groupDefaultExpanded" | "autoGroupColumnDef" | "groupMaintainOrder" | "groupSelectsChildren" | "groupAggFiltering" | "groupIncludeFooter" | "groupIncludeTotalFooter" | "groupSuppressBlankHeader" | "groupSelectsFiltered" | "showOpenedGroup" | "groupRemoveSingleChildren" | "groupRemoveLowestSingleChildren" | "groupHideOpenParents" | "groupAllowUnbalanced" | "rowGroupPanelShow" | "groupRowRenderer" | "groupRowRendererFramework" | "groupRowRendererParams" | "suppressMakeColumnVisibleAfterUnGroup" | "treeData" | "rowGroupPanelSuppressSort" | "groupRowsSticky" | "rememberGroupStateWhenNewData" | "pinnedTopRowData" | "pinnedBottomRowData" | "rowModelType" | "rowData" | "immutableData" | "asyncTransactionWaitMillis" | "suppressModelUpdateAfterUpdateTransaction" | "cacheOverflowSize" | "infiniteInitialRowCount" | "serverSideInitialRowCount" | "serverSideStoreType" | "suppressServerSideInfiniteScroll" | "cacheBlockSize" | "maxBlocksInCache" | "maxConcurrentDatasourceRequests" | "blockLoadDebounceMillis" | "purgeClosedRowNodes" | "serverSideDatasource" | "serverSideSortAllLevels" | "serverSideFilterAllLevels" | "serverSideSortOnServer" | "serverSideFilterOnServer" | "serverSideSortingAlwaysResets" | "serverSideFilteringAlwaysResets" | "viewportDatasource" | "viewportRowModelPageSize" | "viewportRowModelBufferSize" | "alwaysShowHorizontalScroll" | "alwaysShowVerticalScroll" | "debounceVerticalScrollbar" | "suppressHorizontalScroll" | "suppressScrollOnNewData" | "suppressScrollWhenPopupsAreOpen" | "suppressAnimationFrame" | "suppressMiddleClickScrolls" | "suppressPreventDefaultOnMouseWheel" | "scrollbarWidth" | "rowSelection" | "rowMultiSelectWithClick" | "suppressRowDeselection" | "suppressRowClickSelection" | "suppressCellSelection" | "suppressCellFocus" | "suppressMultiRangeSelection" | "enableCellTextSelection" | "enableRangeSelection" | "enableRangeHandle" | "enableFillHandle" | "fillHandleDirection" | "suppressClearOnFillReduction" | "accentedSort" | "suppressMultiSort" | "alwaysMultiSort" | "multiSortKey" | "suppressMaintainUnsortedOrder" | "rowHeight" | "rowStyle" | "rowClass" | "rowClassRules" | "suppressRowHoverHighlight" | "suppressRowTransform" | "columnHoverHighlight" | "deltaSort" | "treeDataDisplayType" | "functionsPassive" | "enableGroupEdit" | "getContextMenuItems" | "getMainMenuItems" | "postProcessPopup" | "processCellForClipboard" | "processHeaderForClipboard" | "processGroupHeaderForClipboard" | "processCellFromClipboard" | "sendToClipboard" | "processDataFromClipboard" | "isExternalFilterPresent" | "doesExternalFilterPass" | "getChartToolbarItems" | "createChartContainer" | "navigateToNextHeader" | "tabToNextHeader" | "navigateToNextCell" | "tabToNextCell" | "localeTextFunc" | "getLocaleText" | "getDocument" | "paginationNumberFormatter" | "groupRowAggNodes" | "getGroupRowAgg" | "isGroupOpenByDefault" | "initialGroupOrderComparator" | "defaultGroupOrderComparator" | "processSecondaryColDef" | "processSecondaryColGroupDef" | "processPivotResultColDef" | "processPivotResultColGroupDef" | "getDataPath" | "getChildCount" | "getServerSideGroupLevelParams" | "getServerSideStoreParams" | "isServerSideGroupOpenByDefault" | "isApplyServerSideTransaction" | "isServerSideGroup" | "getServerSideGroupKey" | "getBusinessKeyForNode" | "getRowNodeId" | "getRowId" | "resetRowDataOnUpdate" | "processRowPostCreate" | "isRowSelectable" | "isRowMaster" | "fillOperation" | "postSort" | "postSortRows" | "getRowStyle" | "getRowClass" | "getRowHeight" | "isFullWidthCell" | "isFullWidthRow" | "onToolPanelVisibleChanged" | "onToolPanelSizeChanged" | "onPasteStart" | "onPasteEnd" | "onColumnVisible" | "onColumnPinned" | "onColumnResized" | "onColumnMoved" | "onColumnValueChanged" | "onColumnPivotModeChanged" | "onColumnPivotChanged" | "onColumnGroupOpened" | "onNewColumnsLoaded" | "onGridColumnsChanged" | "onDisplayedColumnsChanged" | "onVirtualColumnsChanged" | "onColumnEverythingChanged" | "onComponentStateChanged" | "onCellEditRequest" | "onRowValueChanged" | "onCellEditingStarted" | "onCellEditingStopped" | "onRowEditingStarted" | "onRowEditingStopped" | "onUndoStarted" | "onUndoEnded" | "onRedoStarted" | "onRedoEnded" | "onFilterOpened" | "onFilterChanged" | "onFilterModified" | "onChartCreated" | "onChartRangeSelectionChanged" | "onChartOptionsChanged" | "onChartDestroyed" | "onCellKeyDown" | "onCellKeyPress" | "onFirstDataRendered" | "onGridSizeChanged" | "onModelUpdated" | "onVirtualRowRemoved" | "onViewportChanged" | "onBodyScroll" | "onBodyScrollEnd" | "onDragStarted" | "onDragStopped" | "onPaginationChanged" | "onRowDragEnter" | "onRowDragMove" | "onRowDragLeave" | "onRowDragEnd" | "onColumnRowGroupChanged" | "onRowGroupOpened" | "onExpandOrCollapseAll" | "onPinnedRowDataChanged" | "onRowDataChanged" | "onRowDataUpdated" | "onAsyncTransactionsFlushed" | "onCellFocused" | "onCellMouseOver" | "onCellMouseOut" | "onCellMouseDown" | "onRowClicked" | "onRowDoubleClicked" | "onRowSelected" | "onSelectionChanged" | "onRangeSelectionChanged" | "onSortChanged" | "onColumnRowGroupChangeRequest" | "onColumnPivotChangeRequest" | "onColumnValueChangeRequest" | "onColumnAggFuncChangeRequest")[];
|
|
142
142
|
|
|
143
143
|
/**
|
|
144
144
|
* The AG Action Renderer Styles.
|
|
@@ -1350,7 +1350,10 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1350
1350
|
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
1351
1351
|
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1352
1352
|
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1353
|
-
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1353
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any; /**
|
|
1354
|
+
* Helper function to extract configuration for status bar actions
|
|
1355
|
+
* @internal
|
|
1356
|
+
*/
|
|
1354
1357
|
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1355
1358
|
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1356
1359
|
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
@@ -1714,7 +1717,9 @@ export declare class GridPro extends GridPro_base {
|
|
|
1714
1717
|
* Number of rows per page when pagination is enabled.
|
|
1715
1718
|
* @remarks
|
|
1716
1719
|
* **Default Value:** `DatasourceDefaults.DEFAULT_PAGINATION_PAGE_SIZE (25)` (default MAX_ROWS divided by 10)
|
|
1717
|
-
*
|
|
1720
|
+
*
|
|
1721
|
+
* **Only used when pagination is enabled on client-side, server-side pagination page size is fixed to MAX_ROWS.**
|
|
1722
|
+
*
|
|
1718
1723
|
* Note that AG Grid's full pagination functionality requires the Enterprise module.
|
|
1719
1724
|
*/
|
|
1720
1725
|
paginationPageSize: number;
|
|
@@ -1807,6 +1812,10 @@ export declare class GridPro extends GridPro_base {
|
|
|
1807
1812
|
* @public
|
|
1808
1813
|
*/
|
|
1809
1814
|
get gridOptions(): GridOptions;
|
|
1815
|
+
/**
|
|
1816
|
+
* @public
|
|
1817
|
+
*/
|
|
1818
|
+
get isServerSide(): boolean;
|
|
1810
1819
|
/**
|
|
1811
1820
|
* @public
|
|
1812
1821
|
*/
|
|
@@ -1843,6 +1852,12 @@ export declare class GridPro extends GridPro_base {
|
|
|
1843
1852
|
* @returns The merged column definitions.
|
|
1844
1853
|
*/
|
|
1845
1854
|
mergeAllColumnDefsAndStates(columnDefs: ColDef[], deferredColumnDefsOrState?: boolean): Promise<ColDef<any>[]>;
|
|
1855
|
+
private panelExists;
|
|
1856
|
+
private addRowCountPanel;
|
|
1857
|
+
private addMaxRowsPanel;
|
|
1858
|
+
private addAggregationPanel;
|
|
1859
|
+
private addDatasourcePanels;
|
|
1860
|
+
private addPaginationPanel;
|
|
1846
1861
|
protected setupPaginationAndStatusBar(gridOptions: GridOptions): void;
|
|
1847
1862
|
get observedAttributes(): string[];
|
|
1848
1863
|
agAttributeChangedCallback(attName: any, oldValue: any, newValue: any): void;
|
|
@@ -3168,7 +3183,12 @@ export declare enum GridProRendererTypes {
|
|
|
3168
3183
|
/**
|
|
3169
3184
|
* A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element.
|
|
3170
3185
|
* @remarks Only supports Server-Side Row Model. Requires `@ag-grid-enterprise/server-side-row-model` setup and valid AG Grid Enterprise license.
|
|
3171
|
-
*
|
|
3186
|
+
*
|
|
3187
|
+
* **Custom Sort Indicators**: This datasource automatically applies custom sort indicators that are always visible (instead of only on hover).
|
|
3188
|
+
* Sortable columns will show a subtle sort icon even when not sorted, and active sort indicators will be more prominent.
|
|
3189
|
+
* The custom styling uses AG Grid's native icon font for consistency with the grid theme.
|
|
3190
|
+
*
|
|
3191
|
+
* @beta
|
|
3172
3192
|
*/
|
|
3173
3193
|
export declare class GridProServerSideDatasource extends GridProServerSideDatasource_base {
|
|
3174
3194
|
applyFuncName: string;
|
|
@@ -3187,6 +3207,7 @@ export declare class GridProServerSideDatasource extends GridProServerSideDataso
|
|
|
3187
3207
|
private indexes;
|
|
3188
3208
|
private ssrmDatasource;
|
|
3189
3209
|
private liveUpdatesStream;
|
|
3210
|
+
private sortIndicatorCSSDestroy;
|
|
3190
3211
|
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
3191
3212
|
criteriaChanged(oldCriteria: string, newCriteria: string): void;
|
|
3192
3213
|
connectedCallback(): void;
|
|
@@ -3195,9 +3216,19 @@ export declare class GridProServerSideDatasource extends GridProServerSideDataso
|
|
|
3195
3216
|
/**
|
|
3196
3217
|
* Resets the grid data while keeping columnDefs and reloads data.
|
|
3197
3218
|
* @remarks This is used when the grid is already initialized and we want to reload the data due to a criteria/filter change.
|
|
3198
|
-
* @
|
|
3219
|
+
* @beta
|
|
3199
3220
|
*/
|
|
3200
|
-
reloadResourceData(params?:
|
|
3221
|
+
reloadResourceData(params?: DatasourceOptions): Promise<void>;
|
|
3222
|
+
/**
|
|
3223
|
+
* Applies custom sort indicator styling for server-side datasource
|
|
3224
|
+
* @internal
|
|
3225
|
+
*/
|
|
3226
|
+
private applyServerSideSortIndicatorStyling;
|
|
3227
|
+
/**
|
|
3228
|
+
* Removes custom sort indicator styling
|
|
3229
|
+
* @internal
|
|
3230
|
+
*/
|
|
3231
|
+
private removeServerSideSortIndicatorStyling;
|
|
3201
3232
|
init(): Promise<void>;
|
|
3202
3233
|
onPaginationChanged(event: PaginationChangedEvent): void;
|
|
3203
3234
|
destroy(): Promise<void>;
|
|
@@ -3867,7 +3898,7 @@ export declare enum OperationType {
|
|
|
3867
3898
|
* @public
|
|
3868
3899
|
*/
|
|
3869
3900
|
export declare class PaginationStatusBarComponent implements IStatusPanelComp {
|
|
3870
|
-
private
|
|
3901
|
+
private element;
|
|
3871
3902
|
private api;
|
|
3872
3903
|
private paginationPanel;
|
|
3873
3904
|
private paginationSummaryPanel;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [isServerSide](./grid-pro.gridpro.isserverside.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.isServerSide property
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
**Signature:**
|
|
9
|
+
|
|
10
|
+
```typescript
|
|
11
|
+
get isServerSide(): boolean;
|
|
12
|
+
```
|
|
@@ -56,6 +56,7 @@ Grid Pro is a Web Component wrapper around the AG Grid Community library.
|
|
|
56
56
|
| [headerCaseType](./grid-pro.gridpro.headercasetype.md) | | [GridProCaseType](./grid-pro.gridprocasetype.md) | The case type to use for the header names. If not set, the default CONSTANT\_CASE will be used. |
|
|
57
57
|
| [headerHeight](./grid-pro.gridpro.headerheight.md) | | number | |
|
|
58
58
|
| [initialised](./grid-pro.gridpro.initialised.md) | <code>protected</code> | boolean | |
|
|
59
|
+
| [isServerSide](./grid-pro.gridpro.isserverside.md) | <code>readonly</code> | boolean | |
|
|
59
60
|
| [observedAttributes](./grid-pro.gridpro.observedattributes.md) | <code>readonly</code> | string\[\] | |
|
|
60
61
|
| [onlyTemplateColDefs](./grid-pro.gridpro.onlytemplatecoldefs.md) | | boolean | |
|
|
61
62
|
| [pagination](./grid-pro.gridpro.pagination.md) | | boolean | Enable pagination for the grid. |
|
|
@@ -14,5 +14,9 @@ paginationPageSize: number;
|
|
|
14
14
|
|
|
15
15
|
## Remarks
|
|
16
16
|
|
|
17
|
-
\*\*Default Value:\*\* `DatasourceDefaults.DEFAULT_PAGINATION_PAGE_SIZE (25)` (default MAX\_ROWS divided by 10)
|
|
17
|
+
\*\*Default Value:\*\* `DatasourceDefaults.DEFAULT_PAGINATION_PAGE_SIZE (25)` (default MAX\_ROWS divided by 10)
|
|
18
|
+
|
|
19
|
+
\*\*Only used when pagination is enabled on client-side, server-side pagination page size is fixed to MAX\_ROWS.\*\*
|
|
20
|
+
|
|
21
|
+
Note that AG Grid's full pagination functionality requires the Enterprise module.
|
|
18
22
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [applyAsyncFuncName](./grid-pro.gridproserversidedatasource.applyasyncfuncname.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.applyAsyncFuncName property
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
applyAsyncFuncName: string;
|
|
14
|
+
```
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [applyFuncName](./grid-pro.gridproserversidedatasource.applyfuncname.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.applyFuncName property
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
applyFuncName: string;
|
|
14
|
+
```
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [applyTransaction](./grid-pro.gridproserversidedatasource.applytransaction.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.applyTransaction() method
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
applyTransaction(agTransaction: RowDataTransaction): ServerSideTransactionResult;
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| --- | --- | --- |
|
|
20
|
+
| agTransaction | RowDataTransaction | |
|
|
21
|
+
|
|
22
|
+
**Returns:**
|
|
23
|
+
|
|
24
|
+
ServerSideTransactionResult
|
|
25
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [applyTransactionAsync](./grid-pro.gridproserversidedatasource.applytransactionasync.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.applyTransactionAsync() method
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
applyTransactionAsync(agTransaction: RowDataTransaction, callback?: (res: ServerSideTransactionResult) => void): void;
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| --- | --- | --- |
|
|
20
|
+
| agTransaction | RowDataTransaction | |
|
|
21
|
+
| callback | (res: ServerSideTransactionResult) => void | _(Optional)_ |
|
|
22
|
+
|
|
23
|
+
**Returns:**
|
|
24
|
+
|
|
25
|
+
void
|
|
26
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [connectedCallback](./grid-pro.gridproserversidedatasource.connectedcallback.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.connectedCallback() method
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
connectedCallback(): void;
|
|
14
|
+
```
|
|
15
|
+
**Returns:**
|
|
16
|
+
|
|
17
|
+
void
|
|
18
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [criteriaChanged](./grid-pro.gridproserversidedatasource.criteriachanged.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.criteriaChanged() method
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
criteriaChanged(oldCriteria: string, newCriteria: string): void;
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| --- | --- | --- |
|
|
20
|
+
| oldCriteria | string | |
|
|
21
|
+
| newCriteria | string | |
|
|
22
|
+
|
|
23
|
+
**Returns:**
|
|
24
|
+
|
|
25
|
+
void
|
|
26
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [deepClone](./grid-pro.gridproserversidedatasource.deepclone.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.deepClone() method
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
deepClone(): Node;
|
|
14
|
+
```
|
|
15
|
+
**Returns:**
|
|
16
|
+
|
|
17
|
+
Node
|
|
18
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [destroy](./grid-pro.gridproserversidedatasource.destroy.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.destroy() method
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
destroy(): Promise<void>;
|
|
14
|
+
```
|
|
15
|
+
**Returns:**
|
|
16
|
+
|
|
17
|
+
Promise<void>
|
|
18
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [disconnectedCallback](./grid-pro.gridproserversidedatasource.disconnectedcallback.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.disconnectedCallback() method
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
disconnectedCallback(): void;
|
|
14
|
+
```
|
|
15
|
+
**Returns:**
|
|
16
|
+
|
|
17
|
+
void
|
|
18
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [init](./grid-pro.gridproserversidedatasource.init.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.init() method
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
init(): Promise<void>;
|
|
14
|
+
```
|
|
15
|
+
**Returns:**
|
|
16
|
+
|
|
17
|
+
Promise<void>
|
|
18
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [liveUpdates](./grid-pro.gridproserversidedatasource.liveupdates.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.liveUpdates property
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
Enable live updates for the grid.
|
|
11
|
+
|
|
12
|
+
**Signature:**
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
liveUpdates: boolean;
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## Remarks
|
|
19
|
+
|
|
20
|
+
Only works with DATASERVER resources (StreamDatasource) right now.
|
|
21
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [loadMore](./grid-pro.gridproserversidedatasource.loadmore.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.loadMore() method
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
loadMore(): void;
|
|
14
|
+
```
|
|
15
|
+
**Returns:**
|
|
16
|
+
|
|
17
|
+
void
|
|
18
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource class
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
A Genesis Datasource element, for server-side \| SSRM-compatible data fetching and used exclusively by the GridPro element.
|
|
11
|
+
|
|
12
|
+
**Signature:**
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
export declare class GridProServerSideDatasource extends GridProServerSideDatasource_base
|
|
16
|
+
```
|
|
17
|
+
**Extends:** GridProServerSideDatasource\_base
|
|
18
|
+
|
|
19
|
+
## Remarks
|
|
20
|
+
|
|
21
|
+
Only supports Server-Side Row Model. Requires `@ag-grid-enterprise/server-side-row-model` setup and valid AG Grid Enterprise license.
|
|
22
|
+
|
|
23
|
+
\*\*Custom Sort Indicators\*\*: This datasource automatically applies custom sort indicators that are always visible (instead of only on hover). Sortable columns will show a subtle sort icon even when not sorted, and active sort indicators will be more prominent. The custom styling uses AG Grid's native icon font for consistency with the grid theme.
|
|
24
|
+
|
|
25
|
+
## Properties
|
|
26
|
+
|
|
27
|
+
| Property | Modifiers | Type | Description |
|
|
28
|
+
| --- | --- | --- | --- |
|
|
29
|
+
| [applyAsyncFuncName](./grid-pro.gridproserversidedatasource.applyasyncfuncname.md) | | string | **_(BETA)_** |
|
|
30
|
+
| [applyFuncName](./grid-pro.gridproserversidedatasource.applyfuncname.md) | | string | **_(BETA)_** |
|
|
31
|
+
| [liveUpdates](./grid-pro.gridproserversidedatasource.liveupdates.md) | | boolean | **_(BETA)_** Enable live updates for the grid. |
|
|
32
|
+
| [params](./grid-pro.gridproserversidedatasource.params.md) | <code>readonly</code> | any | **_(BETA)_** |
|
|
33
|
+
| [request](./grid-pro.gridproserversidedatasource.request.md) | | any | **_(BETA)_** |
|
|
34
|
+
| [rowModel](./grid-pro.gridproserversidedatasource.rowmodel.md) | <code>readonly</code> | IServerSideRowModel | **_(BETA)_** |
|
|
35
|
+
| [zeroBasedViewNumber](./grid-pro.gridproserversidedatasource.zerobasedviewnumber.md) | | boolean | **_(BETA)_** The starting VIEW\_NUMBER of the data to be fetched. |
|
|
36
|
+
|
|
37
|
+
## Methods
|
|
38
|
+
|
|
39
|
+
| Method | Modifiers | Description |
|
|
40
|
+
| --- | --- | --- |
|
|
41
|
+
| [applyTransaction(agTransaction)](./grid-pro.gridproserversidedatasource.applytransaction.md) | | **_(BETA)_** |
|
|
42
|
+
| [applyTransactionAsync(agTransaction, callback)](./grid-pro.gridproserversidedatasource.applytransactionasync.md) | | **_(BETA)_** |
|
|
43
|
+
| [connectedCallback()](./grid-pro.gridproserversidedatasource.connectedcallback.md) | | **_(BETA)_** |
|
|
44
|
+
| [criteriaChanged(oldCriteria, newCriteria)](./grid-pro.gridproserversidedatasource.criteriachanged.md) | | **_(BETA)_** |
|
|
45
|
+
| [deepClone()](./grid-pro.gridproserversidedatasource.deepclone.md) | | **_(BETA)_** |
|
|
46
|
+
| [destroy()](./grid-pro.gridproserversidedatasource.destroy.md) | | **_(BETA)_** |
|
|
47
|
+
| [disconnectedCallback()](./grid-pro.gridproserversidedatasource.disconnectedcallback.md) | | **_(BETA)_** |
|
|
48
|
+
| [init()](./grid-pro.gridproserversidedatasource.init.md) | | **_(BETA)_** |
|
|
49
|
+
| [loadMore()](./grid-pro.gridproserversidedatasource.loadmore.md) | | **_(BETA)_** |
|
|
50
|
+
| [onPaginationChanged(event)](./grid-pro.gridproserversidedatasource.onpaginationchanged.md) | | **_(BETA)_** |
|
|
51
|
+
| [reloadResourceData(params)](./grid-pro.gridproserversidedatasource.reloadresourcedata.md) | | **_(BETA)_** Resets the grid data while keeping columnDefs and reloads data. |
|
|
52
|
+
| [resourceNameChanged(oldValue, newValue)](./grid-pro.gridproserversidedatasource.resourcenamechanged.md) | | **_(BETA)_** |
|
|
53
|
+
| [restart()](./grid-pro.gridproserversidedatasource.restart.md) | | **_(BETA)_** |
|
|
54
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [onPaginationChanged](./grid-pro.gridproserversidedatasource.onpaginationchanged.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.onPaginationChanged() method
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
onPaginationChanged(event: PaginationChangedEvent): void;
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| --- | --- | --- |
|
|
20
|
+
| event | PaginationChangedEvent | |
|
|
21
|
+
|
|
22
|
+
**Returns:**
|
|
23
|
+
|
|
24
|
+
void
|
|
25
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [params](./grid-pro.gridproserversidedatasource.params.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.params property
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
get params(): any;
|
|
14
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [reloadResourceData](./grid-pro.gridproserversidedatasource.reloadresourcedata.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.reloadResourceData() method
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
Resets the grid data while keeping columnDefs and reloads data.
|
|
11
|
+
|
|
12
|
+
**Signature:**
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
reloadResourceData(params?: DatasourceOptions): Promise<void>;
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## Parameters
|
|
19
|
+
|
|
20
|
+
| Parameter | Type | Description |
|
|
21
|
+
| --- | --- | --- |
|
|
22
|
+
| params | DatasourceOptions | _(Optional)_ |
|
|
23
|
+
|
|
24
|
+
**Returns:**
|
|
25
|
+
|
|
26
|
+
Promise<void>
|
|
27
|
+
|
|
28
|
+
## Remarks
|
|
29
|
+
|
|
30
|
+
This is used when the grid is already initialized and we want to reload the data due to a criteria/filter change.
|
|
31
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [request](./grid-pro.gridproserversidedatasource.request.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.request property
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
request: any;
|
|
14
|
+
```
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [resourceNameChanged](./grid-pro.gridproserversidedatasource.resourcenamechanged.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.resourceNameChanged() method
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| --- | --- | --- |
|
|
20
|
+
| oldValue | string | |
|
|
21
|
+
| newValue | string | |
|
|
22
|
+
|
|
23
|
+
**Returns:**
|
|
24
|
+
|
|
25
|
+
void
|
|
26
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) > [restart](./grid-pro.gridproserversidedatasource.restart.md)
|
|
4
|
+
|
|
5
|
+
## GridProServerSideDatasource.restart() method
|
|
6
|
+
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
+
>
|
|
9
|
+
|
|
10
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
restart(): Promise<void>;
|
|
14
|
+
```
|
|
15
|
+
**Returns:**
|
|
16
|
+
|
|
17
|
+
Promise<void>
|
|
18
|
+
|