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

[Bug]: Table with select column search and filter over the value, not over the label #36635

Closed
1 task done
simonfvr opened this issue Oct 1, 2024 · 0 comments · Fixed by #36755
Closed
1 task done
Assignees
Labels
Bug Something isn't working Community Reported issues reported by community members Medium Issues that frustrate users due to poor UX Needs Triaging Needs attention from maintainers to triage Production QA Pod Issues under the QA Pod QA Needs QA attention Table Widget V2 Issues related to Table Widget V2 Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets

Comments

@simonfvr
Copy link

simonfvr commented Oct 1, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Description

When searching or filtering over a table with a select column type, those filters are applied using the value value of the select, but they should use the label value, i.e., what the user sees in the table.
imagen

Steps To Reproduce

  1. Create a table widget.
  2. Assign data, e.g., {{ [{ "column": "foo", }] }}.
  3. Set column data type to select.
  4. Set options for this table, e.g., {{ { "label":"bar", "value":"foo" } }}.
  5. When searching or filtering bar, nothing appears. When searching or filtering foo, the row with the value bar appears.

Public Sample App

No response

Environment

Production

Severity

Medium (Frustrating UX)

Issue video log

No response

Version

Appsmith v1.38

@simonfvr simonfvr added Bug Something isn't working Needs Triaging Needs attention from maintainers to triage labels Oct 1, 2024
@Nikhil-Nandagopal Nikhil-Nandagopal added Community Reported issues reported by community members Medium Issues that frustrate users due to poor UX Production Table Widget V2 Issues related to Table Widget V2 labels Oct 1, 2024
@github-actions github-actions bot added Widgets Product This label groups issues related to widgets Widgets & Accelerators Pod Issues related to widgets & Accelerators labels Oct 1, 2024
@jacquesikot jacquesikot self-assigned this Oct 2, 2024
@appsmith-bot appsmith-bot added the QA Needs QA attention label Oct 9, 2024
@github-actions github-actions bot added the QA Pod Issues under the QA Pod label Oct 9, 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 Community Reported issues reported by community members Medium Issues that frustrate users due to poor UX Needs Triaging Needs attention from maintainers to triage Production QA Pod Issues under the QA Pod QA Needs QA attention Table Widget V2 Issues related to Table Widget V2 Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants