Skip to content

columnAdjustment growToFit for pivot table in schema missing #124

@ChrisAtIntact

Description

@ChrisAtIntact

Schema .149 has no attributes for "columnAdjustment": "growToFit" in columnHeaders

Missing:

"columnAdjustment": 
    "type": "string",
    "oneOf": [
        {
            "const": "fitToContent",
            "title": "Fit to content"
        },
        {
            "const": "growToFit",
            "title": "Grow to fit"
        }
    ],
    "title": "Resize behavior",
    "description": "Controls the resize behavior for columns without fixed width"
},

see visual-tableEx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions