@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.
@@ -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,