@syncfusion/ej2-angular-grids 32.1.22 → 32.1.23
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 +12 -0
- package/esm2020/src/grid/aggregate-columns.directive.mjs +1 -1
- package/esm2020/src/grid/columns.directive.mjs +1 -1
- package/esm2020/src/grid/grid.component.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 +3 -3
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +2 -2
- package/src/grid/columns.directive.d.ts +1 -1
- package/src/grid/grid.component.d.ts +3 -3
- package/src/grid/stacked-column.directive.d.ts +1 -1
|
@@ -112,7 +112,7 @@ export declare class GridComponent extends Grid implements IComponentBase {
|
|
|
112
112
|
/**
|
|
113
113
|
* The row template that renders customized rows from the given template.
|
|
114
114
|
* By default, Grid renders a table row for every data source item.
|
|
115
|
-
* > * It accepts either [template string](../../common/template
|
|
115
|
+
* > * It accepts either [template string](../../common/template/) or HTML element ID.
|
|
116
116
|
* > * The row template must be a table row.
|
|
117
117
|
*
|
|
118
118
|
* > Check the [`Row Template`](../../grid/row/) customization.
|
|
@@ -123,7 +123,7 @@ export declare class GridComponent extends Grid implements IComponentBase {
|
|
|
123
123
|
rowTemplate: any;
|
|
124
124
|
/**
|
|
125
125
|
* The empty record template that renders customized element or text or image instead of displaying the empty record message in the grid.
|
|
126
|
-
* > It accepts either the [template string](../../common/template
|
|
126
|
+
* > It accepts either the [template string](../../common/template/) or the HTML element ID.
|
|
127
127
|
* @default null
|
|
128
128
|
* @asptype string
|
|
129
129
|
*/
|
|
@@ -131,7 +131,7 @@ export declare class GridComponent extends Grid implements IComponentBase {
|
|
|
131
131
|
/**
|
|
132
132
|
* The detail template allows you to show or hide additional information about a particular row.
|
|
133
133
|
*
|
|
134
|
-
* > It accepts either the [template string](../../common/template
|
|
134
|
+
* > It accepts either the [template string](../../common/template/) or the HTML element ID.
|
|
135
135
|
*
|
|
136
136
|
*{% codeBlock src="grid/detail-template-api/index.ts" %}{% endcodeBlock %}
|
|
137
137
|
*
|
|
@@ -444,7 +444,7 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
|
|
|
444
444
|
width: any;
|
|
445
445
|
/**
|
|
446
446
|
* Defines the column template that renders customized element in each cell of the column.
|
|
447
|
-
* It accepts either [template string](../../common/template
|
|
447
|
+
* It accepts either [template string](../../common/template/) or HTML element ID.
|
|
448
448
|
* @default null
|
|
449
449
|
* @asptype string
|
|
450
450
|
*/
|