Skip to content

Header select checkbox does not fire user-select event #59

@reaua001

Description

@reaua001

Have some code that I need to know if the user checked or the API changed the selection
This event all works on the row selection, but does not fire when clicking the header checkbox

Due to the event.stopPropagation on the click event, I have no way to detect when this header checkbox is clicked

dTable.on('user-select', function (e, dt, type, cell, originalEvent) {
// fires on user rows but not on header
});

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