jspreadsheet / jspreadsheet/ce
filter is not filtering exact mating entry, it's checking like if selected string contains in the text then it will show.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 890
- PR merge metrics
- No merged PRs in 30d
Description
i am using jexcel filter, if I select filter text it is checking if the text contains in the selected row or not, if it exists then it will show all the matching entries, actually it suppose to show exact data matching rows because we are using dropdown filter.
example in below image I selected Polaris, then it is showing whichever project name has Polaris it shows all those entries, actually, it suppose to show only Polaris project name record.

please refer above images.
how do I change the logic to exact match filter?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the dropdown filter behavior described in the issue by selecting Polaris in a Jspreadsheet CE project-name column. Trace the filtering entry point used by that selection and verify that the completed behavior returns only rows whose project name exactly matches Polaris.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100