Skip to content

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

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
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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