@refinitiv-ui/efx-grid 6.0.43 → 6.0.44
Sign up to get free protection for your applications and to get access to all the features.
package/lib/grid/index.js
CHANGED
@@ -85,7 +85,8 @@ declare namespace Grid {
|
|
85
85
|
fieldCaching?: boolean|null,
|
86
86
|
timeSeriesExpansion?: boolean|null,
|
87
87
|
childDataField?: string|null,
|
88
|
-
topSection?: boolean|null
|
88
|
+
topSection?: boolean|null,
|
89
|
+
sorting?: SortableTitlePlugin.Options|null
|
89
90
|
};
|
90
91
|
|
91
92
|
type RowReference = number|string|RowDefinition|null;
|
package/package.json
CHANGED