gregnb / gregnb/mui-datatables
How to custom filter if column is a object?
Open
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
Ex: `
const data = [
name: 'A'
group: { id: 1, name: 'US'}
]
`
How to custom filter and custom sort with object group?
I don't see any example for that?
Contributor guide
No contributing guide indexed for this repository
Research direction
Review the project's existing custom filter and custom sort documentation or examples, then check how rows containing the nested group object are represented. The work is complete when a clear example explains how to filter and sort by fields such as group.id or group.name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- documentation, frontend
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100