I'm currently using DataTable (with PropertyColumn's) to display the results sql queries. Sometimes data for a given column exceeds the length that can be formatted well in an html table. I'd like to truncate a column if it exceeds a length of, say, 40, and add a tooltip to display the full content of the cell.
I've found this reference http://cwiki.apache.org/WICKET/how-to-add-tooltips.html, and been able to dynamically add a tooltip while generating the table cells. (newCellItem). However, I don't see (a) a way to retrieve the cell's value to insert in a tooltip during newCellItem (with PropertyColumns), and (b) a way affect the cell's value to truncate it. Do I need my own custom version of PropertyColumn here? Regards -- View this message in context: http://www.nabble.com/Add-a-tooltip-to-a-DataTable-for-cells-with-long-content-tf4415379.html#a12594725 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]