Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Per columns headers #141

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alessandrofuda
Copy link

Hi, for my needs I needed to create extra headers only for some columns. So I created this new feature.

'perColumnsHeaders' is the new property:

Name: perColumnsHeaders,
Type: Array
Description: Title(s) for single column data (ex: ['titleCol0',,TitleCol2,,TitleCol4])
Default: null

@alessandrofuda alessandrofuda changed the title Per columns headers branch Per columns headers Dec 14, 2020
@flrnt
Copy link

flrnt commented Jul 5, 2021

@alessandrofuda hi ! is it a feature to display data as a matrix ?

@alessandrofuda
Copy link
Author

alessandrofuda commented Jul 5, 2021 via email

@flrnt
Copy link

flrnt commented Jul 5, 2021

Ty for your reply @alessandrofuda
It won't fit my case actually. I'm looking to extract file as a matrix, let's say 2 by 2 like so :

label 1 label 2
label 1 1 0
label 2 0 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants