ninegrid2 6.145.0 → 6.147.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18030,7 +18030,7 @@ class ngFiltering
18030
18030
  this.#owner.activeTmpl.querySelectorAll(`[data-col="${td.dataset.col}"]`).forEach((el) => {
18031
18031
  if (el.dataset.bind) {
18032
18032
  options.push({
18033
- colnm: elem.dataset.bind,
18033
+ colnm: el.dataset.bind,
18034
18034
  data: [],
18035
18035
  });
18036
18036
  }
@@ -18028,7 +18028,7 @@ class ngFiltering
18028
18028
  this.#owner.activeTmpl.querySelectorAll(`[data-col="${td.dataset.col}"]`).forEach((el) => {
18029
18029
  if (el.dataset.bind) {
18030
18030
  options.push({
18031
- colnm: elem.dataset.bind,
18031
+ colnm: el.dataset.bind,
18032
18032
  data: [],
18033
18033
  });
18034
18034
  }
@@ -165,7 +165,7 @@ export class ngFiltering
165
165
  this.#owner.activeTmpl.querySelectorAll(`[data-col="${td.dataset.col}"]`).forEach((el) => {
166
166
  if (el.dataset.bind) {
167
167
  options.push({
168
- colnm: elem.dataset.bind,
168
+ colnm: el.dataset.bind,
169
169
  data: [],
170
170
  });
171
171
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.145.0",
4
+ "version": "6.147.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -165,7 +165,7 @@ export class ngFiltering
165
165
  this.#owner.activeTmpl.querySelectorAll(`[data-col="${td.dataset.col}"]`).forEach((el) => {
166
166
  if (el.dataset.bind) {
167
167
  options.push({
168
- colnm: elem.dataset.bind,
168
+ colnm: el.dataset.bind,
169
169
  data: [],
170
170
  });
171
171
  }