enable dynamic table column width
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 18.3k
- Forks
- 2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 28
Description
Going over the docs, there does not seem to be a way to to resize a table column's width once drawn.
Seems like the only way to ensure all data is visible would be auditing the data going into tables to predefine a minimal width for each column so as to not cut-off any data, and would seem wasteful when the total available width can change depending on display - Best to let viewers control their table layout as fits their display.
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 reading the linked JavaScript table documentation and locating the table implementation and its existing tests; the issue names no files or test entry points. Define the supported column-resizing behavior and verify that viewers can adjust widths without data being cut off across changing display widths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100