[paragon-openedx.netlify.app] Missing className prop for DataTableLayout component
Open
@peterkulko is already working on this.
Since Jul 31, 2025.
- Dominant language
- JavaScript
- Stars
- 140
- Forks
- 100
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 30
Description
Description
Currently, component DataTableLayout has prop className but it is not passed to this component.
Adding the className prop will allow consumers to use the utility classes provided by Paragon (margins, padding, etc.).
For example, consumers might expect that if they pass a className prop to a DataTable component with a class of .mb-2, the table will be indented. But this will not happen because the component does not support the className prop.
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.
Assessment
This issue has not been assessed yet.