icflorescu / icflorescu/mantine-datatable
Selection column with hardcoded padding
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
The cells in the selection column are hard-coded padding.
And they do not match the padding of other cells.
Also, if I want to set a different horizontalSpacing, it will not apply to the cell with the checkbox (
Expected behavior
The checkbox cell, as before, has indents similar to other cells in the table.
Screenshots
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 selection-column checkbox cell rendering and compare its padding with the other table cells. Check how horizontalSpacing is applied, then verify that changing it produces matching indents for the checkbox cell and that existing table behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100