@refinitiv-ui/efx-grid 6.0.139 → 6.0.140
Sign up to get free protection for your applications and to get access to all the features.
package/lib/grid/index.js
CHANGED
@@ -38,7 +38,8 @@ declare namespace RowFilteringPlugin {
|
|
38
38
|
additionalItems?: any[]|null,
|
39
39
|
compactMode?: boolean|null,
|
40
40
|
blankValues?: (boolean|string)|null,
|
41
|
-
dateTimeFormat?: string|null
|
41
|
+
dateTimeFormat?: string|null,
|
42
|
+
showOnlyFilteredItems?: boolean|null
|
42
43
|
};
|
43
44
|
|
44
45
|
type FilterEntry = {
|
package/package.json
CHANGED