Skip to content

Remove header checkbox clickable in datatables-checkboxes. #93

@virenbpanchal

Description

@virenbpanchal

Hello,

How to remove checkbox from header of a datatable. I have tried below changes in CSS. Though cursor is not allowed, it still clickable and selects all records.

table.dataTable thead th.dt-checkboxes-select-all {
    cursor: not-allowed;
}
table.dataTable thead th.dt-checkboxes-select-all input[type="checkbox"] {
    display: none;
}

Thank you very much for all your time and effort you have put for this awesome jquery-datatables-checkboxes. It really helps.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions