@esfaenza/es-table 11.2.22-beta36 → 11.2.22-beta40
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/esfaenza-es-table.umd.js +4 -1
- package/bundles/esfaenza-es-table.umd.js.map +1 -1
- package/bundles/esfaenza-es-table.umd.min.js +1 -1
- package/bundles/esfaenza-es-table.umd.min.js.map +1 -1
- package/esfaenza-es-table.metadata.json +1 -1
- package/esm2015/lib/components/es-table/es_table.component.js +5 -2
- package/fesm2015/esfaenza-es-table.js +4 -1
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/lib/components/es-table/es_table.component.d.ts +2 -0
- package/package.json +1 -1
|
@@ -409,6 +409,8 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
|
|
|
409
409
|
PinnedContainerWidth: number;
|
|
410
410
|
/** Indica se nonostante siamo in modalità array sono stati individuati dei gruppi. In tal caso es-table si comporta da pseudo backend ed effettua le aggregazioni e raggruppamenti completamente lato client */
|
|
411
411
|
ArrayGrouping: boolean;
|
|
412
|
+
/** Indica che l'es-table è basata sulle direttive (nuova modalità) */
|
|
413
|
+
DirectivesBased: boolean;
|
|
412
414
|
/** Opzioni di paginazione */
|
|
413
415
|
PagerOptions: {
|
|
414
416
|
PagerCount: number;
|