salesforce / salesforce/design-system-react

Data table cell input fields truncated when using 'fixed header'

Open
#2,967 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

stale
Dominant language
JavaScript
Stars
982
Forks
440
Avg merge
1d 21h
Merged PRs (30d)
4

Description

When Building a data table that has input cells, the input fields are truncated when they live inside of a table using 'fixed header' option. For example, in a typical input cell as you type text longer than the cell, the text is pushed left. When using fixed header, text is not moved - and text after the end of the input field box can't be seen.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing a data table with input cells and the fixed header option, then compare text entry behavior with a normal table. The fix is done when input text remains visible or moves as expected instead of being truncated after the field boundary.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.