mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #4229 - Datatable: Filtering with grouping not working
This commit is contained in:
parent
2e9e12ee6e
commit
bdb266092a
2 changed files with 68 additions and 61 deletions
|
@ -281,7 +281,7 @@ const classes = {
|
|||
thead: 'p-datatable-thead',
|
||||
// headercell
|
||||
headerCell: ({ instance, props, column }) =>
|
||||
column && !instance.columnProp(column, 'hidden') && (props.rowGroupMode !== 'subheader' || props.groupRowsBy !== columnProp(column, 'field'))
|
||||
column && !instance.columnProp(column, 'hidden') && (props.rowGroupMode !== 'subheader' || props.groupRowsBy !== instance.columnProp(column, 'field'))
|
||||
? [
|
||||
'p-filter-column',
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue