@esfaenza/es-table 15.2.2 → 15.2.4
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/esm2020/lib/components/pager/table_pager.component.mjs +2 -2
- package/esm2020/lib/core/handlers/DynamicModeHandler.mjs +2 -2
- package/fesm2015/esfaenza-es-table.mjs +2 -2
- package/fesm2015/esfaenza-es-table.mjs.map +1 -1
- package/fesm2020/esfaenza-es-table.mjs +2 -2
- package/fesm2020/esfaenza-es-table.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -87,7 +87,7 @@ class TablePagerComponent {
|
|
|
87
87
|
/** Output invocato quando il numero di elementi per pagina viene modificato da un click utente */
|
|
88
88
|
this.pagingSelected = new EventEmitter();
|
|
89
89
|
/** Opzioni di paginazione */
|
|
90
|
-
this.PagingOptions = [10, 15, 30, 45, 100];
|
|
90
|
+
this.PagingOptions = [5, 10, 15, 30, 45, 100];
|
|
91
91
|
}
|
|
92
92
|
/** @ignore */
|
|
93
93
|
ngOnInit() {
|
|
@@ -1656,13 +1656,13 @@ class DynamicModeHandler {
|
|
|
1656
1656
|
ret.thRendererName = col.RendererName;
|
|
1657
1657
|
ret.thRoutePath = col.RoutePath;
|
|
1658
1658
|
ret.thRouteParameterProperties = col.RouteParameterProperties;
|
|
1659
|
+
ret.thStaticContent = col.Description;
|
|
1659
1660
|
//ret.thFixed = col.Fixed;
|
|
1660
1661
|
//ret.thResizable = col.Resizable;
|
|
1661
1662
|
//ret.thGroupClass = col.GroupClass;
|
|
1662
1663
|
//ret.thGroup = col.Group;
|
|
1663
1664
|
//ret.thAggregation = col.Aggregation;
|
|
1664
1665
|
//ret.thMulti = col.Multi;
|
|
1665
|
-
//ret.thStaticContent = col.StaticContent;
|
|
1666
1666
|
//ret.thBackgroundColor = col.BackgroundColor;
|
|
1667
1667
|
//ret.thAlignment = col.Alignment;
|
|
1668
1668
|
//ret.thFormat = col.Format;
|