Skip to content

Commit

Permalink
Update TreeTable.js: Unable to custom columns' filter
Browse files Browse the repository at this point in the history
TreeTable: Unable to custom columns' filter primefaces#5382
  • Loading branch information
mlyaho authored Oct 24, 2024
1 parent 3dec07f commit 0670592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/treetable/TreeTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ export const TreeTable = React.forwardRef((inProps, ref) => {
}

if (props.onValueChange) {
props.onValueChange(processedData({ filters }));
props.onValueChange(processedData({ filters: newFilters }));
}
};

Expand Down

0 comments on commit 0670592

Please sign in to comment.