Improve flexibility and layout of the DataTable sidebar
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 140
- Forks
- 100
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 30
Description
Description
The current implementation of the DataTable sidebar in Paragon lacks flexibility and has some layout limitations.
- The sidebar always renders the SidebarFilters component, without providing a way to inject or replace it with a custom component.
- The sidebar layout is too skinny, which limits potential use cases (e.g., adding a search box or other interactive elements).
For additional context, see the related comment: https://github.com/openedx/frontend-app-catalog/pull/31#discussion_r2411609218
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 DataTable sidebar and its SidebarFilters usage, then read the related discussion in openedx/frontend-app-catalog#31. Define the component injection or replacement behavior and the required wider layout from that context. Done means the sidebar supports a custom filter component and accommodates wider interactive content without breaking its existing use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100