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

Data filter and sorting issue on v18 table #16360

Open
hm-kynecto opened this issue Sep 9, 2024 · 0 comments
Open

Data filter and sorting issue on v18 table #16360

hm-kynecto opened this issue Sep 9, 2024 · 0 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@hm-kynecto
Copy link

Describe the bug

If using both sorting and column filter then a space bar causes the sort to trigger and doesnt allow a space in the search field

 <th pSortableColumn="updatedByUsername" style="width:25%">
                <span>Updated By</span>
                <p-sortIcon field="updatedByUsername" class="ml-2"></p-sortIcon>
                <p-columnFilter
                  type="text"
                  field="updatedByUsername"
                  placeholder="Search by User"
                  ariaLabel="Filter Updated By"></p-columnFilter>
              </th>

Environment

development

Reproducer

No response

Angular version

18.0.0

PrimeNG version

18.0.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20.11.1

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

@hm-kynecto hm-kynecto added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

1 participant