jspreadsheet / jspreadsheet/ce

Feature Request: Filter by Column

Open
#714 2 comments 4 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.