Disable selector on 15th column

Disable selector on 15th column

antoniocibantoniocib Posts: 277Questions: 62Answers: 1

Hi guys i read documentation, but i find that the selector can disable only on first and on last column but on another column how i do?

( i need to disable on 15th and last column )

Replies

  • kthorngrenkthorngren Posts: 20,149Questions: 26Answers: 4,736

    What are you trying to disable? Maybe post your code or reference the option you are trying to use.

    Kevin

  • antoniocibantoniocib Posts: 277Questions: 62Answers: 1

    for disable the last column i use this code:

        select: {
                style: 'os',
                selector: 'td:not(:last-child)' 
        },
    

    but for another column i dont know how to do

  • kthorngrenkthorngren Posts: 20,149Questions: 26Answers: 4,736

    See if this thread asking the same question helps.

    Kevin

  • antoniocibantoniocib Posts: 277Questions: 62Answers: 1

    Yes, Kevin it's that i needed.Thanks

This discussion has been closed.