Resizable columns with dropdown

UI Components for React
Post Reply
shmbar
Posts: 6
Joined: 08 Jan 2019, 15:00

14 Jan 2019, 22:07

Hi Guys

I'm facing an issue when my table has a resizable columns option and I also include a dropdown to one of the columns.
Unfortunately, the dropdown doesn't show the options. Searching the internet, I've found that this is a bug when I include both features together and no solution has been implemented.

Has anyone faced this bug? And if yes, how can I overcome it?

thanx

merve7
Posts: 861
Joined: 12 Sep 2017, 10:44

22 Jan 2019, 10:51

Hi,
Please use overflow attribute in headerStyle prop like;

Code: Select all

<Column field="brand" header="Brand" style={{width:'40%'}} headerStyle={{overflow:'visible'}} filter={true} filterElement={brandFilter} />

shmbar
Posts: 6
Joined: 08 Jan 2019, 15:00

22 Jan 2019, 15:57

It Worked.

thank you very much!

Post Reply

Return to “PrimeReact”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests