Skip to content

Support non-string columns #27

@lambdaq

Description

@lambdaq

Not all values in a td can be represented as a string. E.g. I built a multi tag selector like the one you saw on stackoverflow.com.

In plugin.saveEditor there's line

if (normalizeLineEndings(val) !== normalizeLineEndings($td.text()))

If the val is something like ['tag1', 'tag2'] there would be an error.

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