jspreadsheet / jspreadsheet/ce
Feature Request: Filter by Column
Open
Nobody has claimed this yet.
feature request
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 890
- PR merge metrics
- No merged PRs in 30d
Description
Have a text box appear on top of the column(s) specified by the user in the column configuration. Then filter the table rows based on the value the user type in this text box.
For Example:
columns: [
{ title: 'My Title',
type: 'dropdown',
filter: true
},
...
...
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
Start by locating the column configuration handling and any existing row-filtering entry points; the issue names no files or tests. Confirm how a filter-enabled column should expose a text box and define done as filtering table rows by the typed value for each specified column.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100