checkmark

checkmark

javismilesjavismiles Posts: 205Questions: 38Answers: 3

on editor, with

    select: true,
    "columnDefs": [
        {
        orderable: false,
        className: 'select-checkbox',
        targets:   0
        },

in compact responsive mode,
when clicking on little left button to open extra rows below,

a pretty not very beautiful kind of check mark thing appears on the right of the small circle button,
how can I get rid of that? thank u

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,723Questions: 1Answers: 10,108 Site admin
    Answer ✓

    I need a bit more information please - ideally a test case showing the issue so I can debug it directly. Can you tell me the styling framework you are using and show your initialisation code.

    Allan

  • javismilesjavismiles Posts: 205Questions: 38Answers: 3

    thank u Allan, bootstrap 4 and all the latest versions of everything,
    I have disabled responsive mode now, too many issues, I will extract a test case asap from my web app to send u, thank u

This discussion has been closed.