We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9366944 commit 4e51b3eCopy full SHA for 4e51b3e
packages/main/src/components/AnalyticalTable/ColumnHeader/ColumnHeaderModal.tsx
@@ -229,7 +229,7 @@ export const ColumnHeaderModal = (props: ColumnHeaderModalProperties) => {
229
{clearSortingText}
230
</StandardListItem>
231
)}
232
- {showFilter && !column.isGrouped && (
+ {showFilter && (
233
//todo maybe need to enhance Input selection after ui5-webcomponents issue has been fixed (undefined is displayed as val)
234
<CustomListItem
235
type={ListItemType.Inactive}
0 commit comments