@esfaenza/es-table 11.2.143 → 11.2.145
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 -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/es-table/es_table.component.js +4 -2
- package/esm2015/lib/core/handlers/DynamicModeHandler.js +2 -2
- package/fesm2015/esfaenza-es-table.js +4 -2
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -4953,7 +4953,9 @@
|
|
|
4953
4953
|
PropertyName: th.thProperty,
|
|
4954
4954
|
PropertyType: th.thType,
|
|
4955
4955
|
PropertySource: th.thSource,
|
|
4956
|
-
PropAccessor: td.tdPropertyAccessor
|
|
4956
|
+
PropAccessor: td.tdPropertyAccessor,
|
|
4957
|
+
RoutePath: thCasted.thRoutePath,
|
|
4958
|
+
RouteParameterProperties: thCasted.thRouteParameterProperties,
|
|
4957
4959
|
} :
|
|
4958
4960
|
{
|
|
4959
4961
|
LeftBorder: thCasted._lbord,
|