@esfaenza/es-table 11.2.142 → 11.2.144
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 +2 -2
- 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/esm2015/lib/components/pager/table_pager.component.js +2 -2
- package/esm2015/lib/core/handlers/DynamicModeHandler.js +2 -2
- package/fesm2015/esfaenza-es-table.js +2 -2
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/package.json +1 -1
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
/** Output invocato quando il numero di elementi per pagina viene modificato da un click utente */
|
|
389
389
|
this.pagingSelected = new i0.EventEmitter();
|
|
390
390
|
/** Opzioni di paginazione */
|
|
391
|
-
this.PagingOptions = [10, 15, 30, 45, 100];
|
|
391
|
+
this.PagingOptions = [5, 10, 15, 30, 45, 100];
|
|
392
392
|
}
|
|
393
393
|
/** @ignore */
|
|
394
394
|
TablePagerComponent.prototype.ngOnInit = function () {
|
|
@@ -1984,13 +1984,13 @@
|
|
|
1984
1984
|
ret.thRendererName = col.RendererName;
|
|
1985
1985
|
ret.thRoutePath = col.RoutePath;
|
|
1986
1986
|
ret.thRouteParameterProperties = col.RouteParameterProperties;
|
|
1987
|
+
ret.thStaticContent = col.Description;
|
|
1987
1988
|
//ret.thFixed = col.Fixed;
|
|
1988
1989
|
//ret.thResizable = col.Resizable;
|
|
1989
1990
|
//ret.thGroupClass = col.GroupClass;
|
|
1990
1991
|
//ret.thGroup = col.Group;
|
|
1991
1992
|
//ret.thAggregation = col.Aggregation;
|
|
1992
1993
|
//ret.thMulti = col.Multi;
|
|
1993
|
-
//ret.thStaticContent = col.StaticContent;
|
|
1994
1994
|
//ret.thBackgroundColor = col.BackgroundColor;
|
|
1995
1995
|
//ret.thAlignment = col.Alignment;
|
|
1996
1996
|
//ret.thFormat = col.Format;
|