Skip to content

[Bug] The 'href' property is missed for the CellOptions interface. #320

Description

@elaichenkov

There's an issue with types. Because the 'href' property is missing in the interface.

Reproducible sample:

const table = new Table();
 
table.push([{ content: 'Text Link', href: 'http://example.com' }]);

image

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