Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataTable with frozen columns and displayFilter 'row' doesn't freeze filter cell #5164

Closed
paulgrym opened this issue Oct 26, 2023 · 1 comment · Fixed by #5182
Closed

DataTable with frozen columns and displayFilter 'row' doesn't freeze filter cell #5164

paulgrym opened this issue Oct 26, 2023 · 1 comment · Fixed by #5182
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@paulgrym
Copy link

Describe the bug

When DataTable has filters with filterDisplay="row" and frozen columns, filter cell is not frozen.
The filter cell does not have the p-frozen-column and p-filter-column classes that it had in the previous version of the library.

Reproducer

https://codesandbox.io/s/datatable-samplesdoc-forked-d34jyq

PrimeReact version

10.0.5

React version

18.x

Language

ES6

Build / Runtime

Create React App (CRA)

Browser(s)

Chrome, Firefox

Steps to reproduce the behavior

Scroll the table horizontally.

Expected behavior

The filter cell in frozen columns should be frozen.

@paulgrym paulgrym added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Oct 26, 2023
@melloware melloware added Type: Bug Issue contains a defect related to a specific component. and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Oct 26, 2023
@melloware melloware self-assigned this Oct 27, 2023
@melloware melloware added this to the 10.0.8 milestone Oct 27, 2023
melloware added a commit to melloware/primereact that referenced this issue Oct 27, 2023
@melloware
Copy link
Member

Thanks for the report! PR submitted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants