VisActor / VisActor/VTable

[Feature]想自定义列头加入 writing-mode: vertical-lr; 竖着显示

Open
#2,785 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Discussing feature
Dominant language
TypeScript
Stars
3.7k
Forks
486
Avg merge
1d 19h
Merged PRs (30d)
16

Description

What problem does this feature solve?

image
想自定义列头加入 writing-mode: vertical-lr; 竖着显示

What does the proposed API look like?
        headerStyle:{
          lineHeight:50,
          fontSize:26,
          fontWeight:600,
          bgColor:'#a23be1',
          color:'white',
          textAlign:'center',
          writingMode: 'vertical-lr'
        },

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 locating the TypeScript code that consumes headerStyle and the header-rendering tests or entry points. Verify how writingMode is passed to column headers and check the existing style behavior. Done means a custom writingMode of vertical-lr renders column headers vertically without breaking other header styles.

Written by the indexing model from the issue text.

Assessment

Tech stack
css, typescript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.