DataTables / DataTables/FixedHeader
Child rows are not compatible with fixedHeader
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 73
- Forks
- 83
- Avg merge
- 4m
- Merged PRs (30d)
- 1
Description
If you have a table that has both a fixedHeader and expandable child rows with .child(), then when you expand the child row the fixedHeader doesn't seem to re-calculate the table height and will end prematurely if you scroll down.
Contributor guide
No contributing guide indexed for this repository
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 reproducing a table using fixedHeader and expandable child rows with .child(), then trace how fixedHeader recalculates the table height when the child row expands. Done means scrolling continues through the expanded child content without the fixed header ending prematurely.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100