|
@@ -1936,7 +1936,7 @@
|
|
|
type === 'click' &&
|
|
type === 'click' &&
|
|
|
this.options.clickToSelect &&
|
|
this.options.clickToSelect &&
|
|
|
column.clickToSelect &&
|
|
column.clickToSelect &&
|
|
|
- !this.options.ignoreClickToSelectOn(target)
|
|
|
|
|
|
|
+ !Utils.calculateObjectValue(this.options, this.options.ignoreClickToSelectOn, [target])
|
|
|
) {
|
|
) {
|
|
|
const $selectItem = $tr.find(Utils.sprintf('[name="%s"]', this.options.selectItemName))
|
|
const $selectItem = $tr.find(Utils.sprintf('[name="%s"]', this.options.selectItemName))
|
|
|
if ($selectItem.length) {
|
|
if ($selectItem.length) {
|