Skip to content

allow user to update cell value in afterChange #3

@avp90

Description

@avp90

allow user to update cell value in updatedValue
e.g.

        // Bind user-specified events if they exist
        if (typeof columnDef.afterChange == 'function') {
            let updatedValue = columnDef.afterChange(newValue, td);
            if (updatedValue) td.text(updatedValue);
        }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions