Q1: How do I make Header in DataTable to wrap to new line. I am putting a
newline character but its not woorking.
columns.add(new PropertyColumn(new Model("This is a very very very long
header that does not wrap"),
"sortProperty", "propertyExpression"));Q2:Is there a way to set the column's width, so that data always wraps if its more that a particular width? -- View this message in context: http://www.nabble.com/Wrap-Headers-in-DataTable-to-new-line--tp18762379p18762379.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
