Is it possible to enable select only for cells in a given column?
Is it possible to enable select only for cells in a given column?
denishaskin
Posts: 2Questions: 2Answers: 0
Using the Select extension, is it possible to enable select only for cells in a given column?
E.g. I have
select: {
style: 'os',
items: 'cell'
}
and it works fine, except that every cell in the table is now selectable. I'd like this only to be enable for cells in a given column.
This discussion has been closed.
Answers
Yes it is!
And here is the description
https://datatables.net/reference/event/user-select
select.selector
can be used for this.Allan