set selectable column
set selectable column
![mbunal](https://secure.gravatar.com/avatar/5ee1585bae6a00cd39f2c27f012f65c8/?default=https%3A%2F%2Fvanillicon.com%2F5ee1585bae6a00cd39f2c27f012f65c8_200.png&rating=g&size=120)
hi.
is it possible to set selectable column in select extension? I have a table with 12 columns. I want to select cell only from 0,3,4,5,6,9 columns. I don't want any other cells to be clickable.
This question has an accepted answers - jump to answer
Answers
Sure - use
select.selector
. It is commonly used in the checkbox examples to limit row selection to the first column only.Allan
a very big thank you for you and the developers...