dequelabs / dequelabs/cauldron
Allow column alignment (left/center/right) for table columns
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 127
- Forks
- 31
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 8
Description
This could be a prop that sets utility class for each table column, something like
```jsx
...
```
Valid values would be `left`, `center`, or `right` - defaulting to `left`.
This could be set for `TableHeader` or `TableCell`.
Contributor guide
Research direction
Start by locating the TableHeader and TableCell component implementations and checking how table utility classes are currently applied. Decide where the alignment prop belongs, support left, center, and right with left as the default, and verify the resulting table-column alignment with the relevant component tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100