diff --git a/docs/batchCodeTable.js b/docs/batchCodeTable.js index b12f3f678f5..2d2cd9c2817 100644 --- a/docs/batchCodeTable.js +++ b/docs/batchCodeTable.js @@ -24,7 +24,7 @@ class BatchCodeTableInitializer { return div; } const thisClassInstance = this; - $('#' + this.#batchCodeTableElement[0].id + ' tbody').on( + $(`#${this.#batchCodeTableElement[0].id} tbody`).on( 'click', 'td.dt-control', function () {