dequelabs / dequelabs/cauldron

Allow column alignment (left/center/right) for table columns

Open
#521 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.