@esfaenza/es-table 11.2.143 → 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 +1 -1
- 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/core/handlers/DynamicModeHandler.js +2 -2
- package/fesm2015/esfaenza-es-table.js +1 -1
- 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;
|