It should be possible to turn off the generation of CSS classes for table
headers and table cells inside a Grid
---------------------------------------------------------------------------------------------------------------
Key: TAPESTRY-2021
URL: https://issues.apache.org/jira/browse/TAPESTRY-2021
Project: Tapestry
Issue Type: Improvement
Components: tapestry-core
Affects Versions: 5.0.7
Reporter: Howard M. Lewis Ship
The Grid component places a CSS class attribute on each TH (in the header row,
used to show a title and control sorting) and in each TD below (the data
cells). The attribute name is derived from the property name with a suffix
("-header", "-cell"). This is very useful when trying to customize L&F using
CSS, but is wasted characters, a lot of them, when not using such a feature.
It would be nice if this could be controlled more succinctly ... either turned
off, or limited to certain columns.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]