Skip to content

Allow "value mappings" #28

@muuuh

Description

@muuuh

Hello,

value mappings did not work for me.

I had to replace:

let node = row[i];

with:

let node = valueField[0]?.display(row[i])?.text || row[i];

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