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

<po-table>: Pesquisa não funciona corretamente quando coluna é formatada #2150

Open
4 of 10 tasks
eduardodallmann opened this issue Jul 24, 2024 · 0 comments
Open
4 of 10 tasks
Labels
bug Something isn't working

Comments

@eduardodallmann
Copy link

eduardodallmann commented Jul 24, 2024

Reprodução

https://codesandbox.io/p/devbox/table-filtro-formatado-t3sgkd

Passos para reproduzir problema:

  1. No input de pesquisa, digite 01/07/2023
  2. Nenhum dado é exibido na table, embora essa data existia inicialmente na table
  3. Agora no input de pesquisa, digite 2023-07-01
  4. A table apresenta a linha com a data 01/07/2023

Qual o comportamento atual?

A table está aplicando a filtragem no dado original e não no dado exibido para o usuário. Provavelmente está sendo usado pipes do angular diretamente no html.

Que comportamento você esperava ver?

Esperava pesquisar 01/07/2023 e a tabela filtrar corretamente.

Ambiente

  • PO UI: 17.20.0
  • Angular: 17.3.0
  • Browser(s):
    • Chrome
    • Firefox
    • Edge
    • Safari
    • IE 11
    • Outros
  • Operating System:
    • Windows
    • macOS
    • Ubuntu
    • Outros

Observações

po-table-filtro

@eduardodallmann eduardodallmann added the bug Something isn't working label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant