@elderbyte/ngx-starter 12.12.2 → 12.12.3
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/bundles/elderbyte-ngx-starter.umd.js +1 -1
- package/bundles/elderbyte-ngx-starter.umd.js.map +1 -1
- package/elderbyte-ngx-starter.metadata.json +1 -1
- package/esm2015/lib/components/data-view/table/elder-table/elder-table.component.js +2 -2
- package/fesm2015/elderbyte-ngx-starter.js +1 -1
- package/fesm2015/elderbyte-ngx-starter.js.map +1 -1
- package/lib/components/data-view/table/elder-table/elder-table.component.d.ts +5 -1
- package/package.json +1 -1
|
@@ -43,7 +43,11 @@ export declare class ElderTableComponent extends ElderDataViewBaseComponent impl
|
|
|
43
43
|
elderColumns: QueryList<ElderTableColumnDirective>;
|
|
44
44
|
rowDefs: QueryList<CdkRowDef<any>>;
|
|
45
45
|
/**
|
|
46
|
-
*
|
|
46
|
+
* Field to identify the data records (ID field).
|
|
47
|
+
* Note: This property is only considered in case the
|
|
48
|
+
* underlying data is an Array.
|
|
49
|
+
* In case of DataContext, the ID field needs to be defined in the context.
|
|
50
|
+
* In case of DataSource, the ID field is automatically picked from the DataSource.
|
|
47
51
|
*/
|
|
48
52
|
idField: string;
|
|
49
53
|
/**
|