Grid setHtml into header caption when adding column to the grid
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 717
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 3
Description
Example:
addColumn(e -> e.getAddress()).setHtmlHeader(" insert html content here ")
instead of :
- Add column with some id
- Get Header
- getcell with id
- sethtml
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 from the Grid column and header APIs shown in the issue, especially addColumn and setHtmlHeader, and compare them with the existing setHtml flow. Done means a column can receive HTML header content directly through the requested API while preserving current header behavior; check the relevant Grid tests if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100