slick-components 17.0.86 → 17.0.87

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.
@@ -23,7 +23,7 @@ class SlickInitParams {
23
23
  }
24
24
  }
25
25
  class SlickInitService {
26
- static { this.version = "17.0.86"; }
26
+ static { this.version = "17.0.87"; }
27
27
  constructor() { }
28
28
  static init(initParams) {
29
29
  console.info(`Slick Components Version ${SlickInitService.version}`);
@@ -5313,7 +5313,7 @@ class SlickGridColumnModel {
5313
5313
  if (params.columnKey)
5314
5314
  gridColumn.columnKey = params.columnKey;
5315
5315
  if (params.customField)
5316
- gridColumn.customField = params.customField;
5316
+ gridColumn.customData = params.customData;
5317
5317
  if (params.title)
5318
5318
  gridColumn.title = params.title;
5319
5319
  gridColumn.titleOrientation = params.titleOrientation || SlickGridColumnTitleOrientation.Horizontal;