freshworks / crayons

🖍️ Crayons - A UI Kit comprising of web components for building Freshworks Apps!
https://crayons.freshworks.com
219 stars 61 forks source link

[Bug] - Expected results are not getting shown based on filter in fw-platform-table #811

Open vatala-aiswarya opened 1 year ago

vatala-aiswarya commented 1 year ago

Component Platform Table

Describe the bug Filter is not showing the expected results.

To Reproduce Steps to reproduce the current behavior: (Referring to example from documentation)

  1. Click on filter button.
  2. Choose Gender from the filter list.
  3. Choose female from Gender list values which will show expected results.
  4. Now again click on filter.
  5. Change Gender value from female to male and clicl Apply.
  6. No results will be shown

Expected behavior Ideally, the filter should work on original records whenever it is applied. But it is only considering existing records in table which already might be filtered based on some other condition before.

sanjayprashadhkr commented 1 year ago

Hi , Is this issue still open?