Multiple CSS selectors in select.selector

Multiple CSS selectors in select.selector

ayzayz Posts: 51Questions: 18Answers: 0

I've got this:

selector: 'td:not(:nth-last-child(3)),td:not(:nth-child(2))' expecting it to not select if either column is clicked on. It doesn't work. Works only with either but not both.

Is this correct behaviour?

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.