@syncfusion/ej2-angular-grids 26.2.9 → 26.2.10
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.
- package/CHANGELOG.md +16 -0
- package/esm2020/src/grid/columns.directive.mjs +1 -1
- package/esm2020/src/grid/stacked-column.directive.mjs +1 -1
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/columns.directive.d.ts +4 -2
- package/src/grid/stacked-column.directive.d.ts +4 -2
|
@@ -444,13 +444,15 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
|
|
|
444
444
|
/**
|
|
445
445
|
* Defines the cell edit template that used as editor for a particular column.
|
|
446
446
|
* It accepts either template string or HTML element ID.
|
|
447
|
-
* @
|
|
447
|
+
* @default null
|
|
448
|
+
* @asptype string
|
|
448
449
|
*/
|
|
449
450
|
editTemplate: any;
|
|
450
451
|
/**
|
|
451
452
|
* Defines the filter template/UI that used as filter for a particular column.
|
|
452
453
|
* It accepts either template string or HTML element ID.
|
|
453
|
-
* @
|
|
454
|
+
* @default null
|
|
455
|
+
* @asptype string
|
|
454
456
|
*/
|
|
455
457
|
filterTemplate: any;
|
|
456
458
|
constructor(viewContainerRef: ViewContainerRef);
|