Skip to content

Add some optional constraints to columns #9

@RomainTT

Description

@RomainTT

It would be nice to have the ability to:

  • not authorize additional columns (like the additionalItems of json-schema)
  • force column order

With these two options, it even becomes possible to omit the column names, as only their places in the row can be used.

For instance:

{
"additional_columns": false,
"column_order": true
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions