[Ultima] filterDisplay="row" does not work with ColumnGroup in a Datatable #39
Replies: 4 comments 6 replies
-
Hi there! I think this is what you are looking for? |
Beta Was this translation helpful? Give feedback.
-
Hi, I've checked your issue, and I will redirect your issue to our core team. I think adding the row filter causes an issue with the column group, as you said. I found a workaround. I hope it will solve your problem. I am not in the PrimeReact core team nor a React guy 😁 but I tried my best. I will check with the core team when it is possible. You can check my solution here. You can adjust for your needs from here. Let me know if it solves your problem.👍 |
Beta Was this translation helpful? Give feedback.
-
PrimeReact Core forum would be better place since it is not related to Ultima. |
Beta Was this translation helpful? Give feedback.
-
Hello everybody @AnkitKapur11 @atakantepe @cagataycivici @mertsincan @habubey , here is DataTable
and here is column group
also if you want filter button then right filter in tag like this see the output here. please response if your problem is solve after this suggestion |
Beta Was this translation helpful? Give feedback.
-
I had a discussion topic already running on primefaces forum but it has now been moved to read only, so pasting the link to the discussion.
https://forum.primefaces.org/viewtopic.php?f=72&t=81849&sid=d8dc2329cec6a8dcc2af5856c70e82ca
When we try to use a datatable with filterDisplay="row" and inside the headerColumnGroup we use ColumnGroup then none of the filters appear.
PrimeReact version 9.6.0 and Ultima version 9
Code block showing the same:
https://codesandbox.io/s/primereact-demo-forked-wxvc73?file=/src/App.js
Beta Was this translation helpful? Give feedback.
All reactions