Hi,

is there a way to implement reordering of rows in DatTable?
I'd like to add a column with moveUp,moveDown,remove having the same
behaviour as corresponging links of the ListView component.
I suppose DataTable should be set to model reusing with
setItemReuseStrategy(ReuseIfModelsEqualStrategy.getInstance()) and
DataProvider should be a simple wrapper around List object but could not
find a more or less generic way to implement ListView reordering behavior.




-- 
View this message in context: 
http://www.nabble.com/Reorder-links-in-DataTable-tp19062831p19062831.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]

Reply via email to