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

Collapsible baselines columns and export #10764

Open
marciogurka opened this issue Feb 7, 2025 · 0 comments
Open

Collapsible baselines columns and export #10764

marciogurka opened this issue Feb 7, 2025 · 0 comments
Labels
bug Something isn't working forum Issues from forum OEM OEM customer pdf export

Comments

@marciogurka
Copy link

Forum post

{
                text        : 'Baseline 1',
                collapsible : true,
                children    : [
                    { type : 'baselinestartdate', text : 'Start', field : 'baselines[0].startDate' },
                    { type : 'baselineenddate', text : 'Finish', field : 'baselines[0].endDate' },
                    { type : 'baselineduration', text : 'Duration', field : 'baselines[0].fullDuration' },
                    { type : 'baselinestartvariance', field : 'baselines[0].startVariance' },
                    { type : 'baselineendvariance', field : 'baselines[0].endVariance' },
                    { type : 'baselinedurationvariance', field : 'baselines[0].durationVariance' }
                ]
            },
            {
                text        : 'Baseline 2',
                collapsible : true,
                children    : [
                    { type : 'baselinestartdate', text : 'Start', field : 'baselines[1].startDate' },
                    { type : 'baselineenddate', text : 'Finish', field : 'baselines[1].endDate' },
                    { type : 'baselineduration', text : 'Duration', field : 'baselines[1].fullDuration' },
                    { type : 'baselinestartvariance', field : 'baselines[1].startVariance' },
                    { type : 'baselineendvariance', field : 'baselines[1].endVariance' },
                    { type : 'baselinedurationvariance', field : 'baselines[1].durationVariance' }
                ]
            }
  • When clicking the export button, you see that none of the columns are available to be selected from the Columns combo, but they are selected by default
Image

"And another issue we are stuck at. We cannot add baseline columns into exported set using PDF export.
Is Gantt supporting including hierarchical columns? How to set export config for that?"

@marciogurka marciogurka added bug Something isn't working forum Issues from forum OEM OEM customer labels Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum OEM OEM customer pdf export
Projects
None yet
Development

No branches or pull requests

2 participants