Igor,

Having played with multi-line data tables I realized that there isn't an
easy way to extend the basic DataTable<T>. The multiline data table has a
customizable layout where cell has collspans and possibly rowspans. It means
that the configuration is not simple list of columns. It makes the
implementation to base on repeater different from DataGridView. My
understanding now is that multiline datatable should be a completely
different class encapsulating DataView<T> with customizable item.

The only problem is that toolbars cannot be reused. It probably would make
sense to patch them after 1.5M1 milestone because the relationships with
DataTable are affected.

BTW, how 1.5 is going? Looking forward for the new URL handling mechanism.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/DataTable-with-more-than-one-tr-per-item-tp1887973p2250219.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to