Skip to content

On creation of new table, with no existing rows, actionsColumnHTML to be prefixed with 'this.' to fix error. (Line 217) #21

@tomhobsonxd

Description

@tomhobsonxd

newColumnHTML = newColumnHTML + actionsColumnHTML; // add action buttons
to become
newColumnHTML = newColumnHTML + this.actionsColumnHTML; // add action buttons

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