Skip to content

Cells with <input> could use .val() instead of being returned empty #12

@jfilg

Description

@jfilg

In some cases it may be useful to have cells that contain elements appear in the CSV. At the moment these are rendered blank but a quick fix would be to add something along the lines of:

if($(input).val()){
    input = $(input).val();
}

to the formatData function.

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