nonsummary="true"
Any idea how to suppress the creation of the <td> attribute nonsummary="true" in html for DataTableColumn elements in v=14.0.851.268?
In v12.7.465-SP8 it is not created.
-
I couldn't find a way to suppress it. Is there a specific reason you wish to do so?
0 -
nonsummary="true" is unnecessary code and causes unnecessary transport cost.
It's is added for no reason to any data table in any cell, even i am not using summary function at all.
It might be useful if i would use the Signal theme, as defined in
lgx/rdTemplate/rdTheme/Signal/Theme.css/.rdThemeDataTableSummaryRowD td:not([nonsummary="true"]).. but i do not0 -
Honestly, I agree with you. Check with Logi Support. There might be a Constant available to suppresses this property from being rendered.
Since it is not a configurable option within the DataTable or child elements, a Theme or Definition modifier will not be able to remove this property.
You could use a Logi Plugin to modify the rendered HTML prior to it being passed to the browser, but this would had some pre-processing time to the report.
https://devnet.logianalytics.com/hc/en-us/articles/360049593494-Plugin-Net-Sample-Application
VISUI can assist with Logi Plugin creation0
Please sign in to leave a comment.
Comments
3 comments