Page 1 of 1

filterDisplay="row" does not work with ColumnGroup in a Datatable

Posted: 23 Aug 2023, 12:33
by ankit110691
When we try to use a datatable with filterDisplay="row" and inside the headerColumnGroup we use ColumnGroup then none of the filters appear. Can you please look into it.

Re: filterDisplay="row" does not work with ColumnGroup in a Datatable

Posted: 31 Aug 2023, 07:52
by habubey
Hi there, what versions of PrimeReact and Ultima are you currently using?

Re: filterDisplay="row" does not work with ColumnGroup in a Datatable

Posted: 05 Sep 2023, 11:58
by ankit110691
PrimeReact version 9.6.0 and Ultima version 9

Re: filterDisplay="row" does not work with ColumnGroup in a Datatable

Posted: 06 Sep 2023, 09:23
by habubey
Hi there!

If you send us a reproducer, we will check it and get back to you. I have attached a demo that used 'filterDisplay' as a prop in a DataTable. Please

refer to the link below:

https://codesandbox.io/s/ozb2m3.

Re: filterDisplay="row" does not work with ColumnGroup in a Datatable

Posted: 07 Sep 2023, 08:54
by ankit110691
Hi,

I have made some changes to your code but not styled things. Just wanted to show in it that when I use headerColumnGroup attribute inside the Datatable to get my grouped columns and try to apply the basic filter using filterDisplay="row", the filtering does not show up.
Updated code:
https://codesandbox.io/s/primereact-dem ... src/App.js

Regards,
Ankit