angular / angular/components

Missing implementation of filterTermAccessor in MatTableDataSource.

Open
#11,550 2 comments 10 reactions 0 assignees View on GitHub
area: docs area: material/table P3
Dominant language
TypeScript
Stars
25k
Forks
6.8k
Avg merge
1d 8h
Merged PRs (30d)
91

Description

#### Bug, feature request, or proposal:

Missing implementation of filterTermAccessor in MatTableDataSource.
#### What is the expected behavior?
There should be the implementation of filterTermAccessor in MatTableDataSource so that it can be overridden.

#### What is the current behavior?
There is no implementation of filterTermAccessor in MatTableDataSource. Only comments are added for the uses of the same. I have searched the entire git repo but did not found any implementation.

#### What are the steps to reproduce?
Providing a StackBlitz reproduction is the *best* way to share your issue.

StackBlitz starter: https://goo.gl/wwnhMV

#### What is the use-case or motivation for changing an existing behavior?

#### Which versions of Angular, Material, OS, TypeScript, browsers are affected?

#### Is there anything else we should know?

Contributor guide

Open the contributing guide

Research direction

Start at the MatTableDataSource entry point and inspect the existing comments describing filterTermAccessor and its uses. Confirm how filtering currently obtains terms, then add the missing overridable implementation and verify that the accessor can be overridden as requested.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular, typescript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.