Skip to content

Throw error when doing a row render and nodes.length > 1 #11

@euge

Description

@euge

There is a potential bug with css class names being duplicate and matching more than 1 td element.

Example:
Column Names: "Bob & Joe" and "Bob % Joe"
The css class names for these two cells would be identical.
We should probably replace invalid characters with their ascii equivalents.
"%".charCodeAt(0) => 37

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions