@esfaenza/es-table 15.2.3 → 15.2.5
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/es-table/es_table.component.mjs +4 -2
- package/esm2020/lib/core/handlers/DynamicModeHandler.mjs +2 -2
- package/fesm2015/esfaenza-es-table.mjs +4 -2
- package/fesm2015/esfaenza-es-table.mjs.map +1 -1
- package/fesm2020/esfaenza-es-table.mjs +4 -2
- package/fesm2020/esfaenza-es-table.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -4858,7 +4858,9 @@ class EsTableComponent {
|
|
|
4858
4858
|
PropertyName: th.thProperty,
|
|
4859
4859
|
PropertyType: th.thType,
|
|
4860
4860
|
PropertySource: th.thSource,
|
|
4861
|
-
PropAccessor: td.tdPropertyAccessor
|
|
4861
|
+
PropAccessor: td.tdPropertyAccessor,
|
|
4862
|
+
RoutePath: thCasted.thRoutePath,
|
|
4863
|
+
RouteParameterProperties: thCasted.thRouteParameterProperties,
|
|
4862
4864
|
} :
|
|
4863
4865
|
{
|
|
4864
4866
|
LeftBorder: thCasted._lbord,
|