Adding support for custom header cells
See original GitHub issueWould it be possible to add support for custom rendering of the header cells as well?
Ideally I’d like to be able to have the capability to do something like this within the header cells: https://codesandbox.io/s/9m9qs
I imagine the easiest way to implement this would be an additional prop such as the following:
drawHeaderCell?: (args) => boolean;
Otherwise, this library is perfect for my needs. Fantastic job.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Set up your header row - Microsoft Support
In the query pane, select Edit to open the Power Query editor. · To confirm that Power Query recognized your headers in the...
Read more >Create Custom Headers and Footers in Excel - YouTube
Learn how easy it is to create customized headers and footers in Microsoft Excel. You'll even learn how to automatically pull data from...
Read more >Tech Thursday: Adding Custom Headers to GP Excel Templates
Insert about blank rows above the table to give us room to work (moving cells around on this worksheet won't break anything, I...
Read more >CustomHeader
To replace some header cells but not others, use a period ( . ) to indicate that the original header should be displayed....
Read more >How to create custom rows or headers in a table? - Support
The custom row and column headers are defined in the Text panel in the Setting tab. To add custom row or column headers...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll add a draw callback, will need to sit down and work out the details
You would need to look in the 3.1.3 branch. The production storybook wont update until I merge 3.1.3 to the main branch.