Skip to content

Native ability to text search tables #803

Open
@benschwarz

Description

@benschwarz

Following on the back of #799 and #800, I'd like to also propose the addition of table text searching.

Data tables on the web are time and again implemented with sorting, searching and column hiding. There's a huge amount of effort required to implement a performant and accessible table with all these features.

In my mind, the key success criteria for such a feature would include:

  • Ability to specify which columns are searchable
  • Searches must be performant with large datasets of at least 10K rows

In addition, user input throttling could also be considered, in order to reduce fast visual page shifts as users type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    WHATWGThis change impacts a WHATWG specstale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions