Re: How to show / hide individual column of a DefaultDataTable using Ajax?

2011-05-31 Thread Alec Swan
Hello, I solved a similar problem by wrapping th in wicket:container and hiding the container using setVisible(false). wicket:container wicket:id=adminHeader thVisible To/th /wicket:container Alec On Thu, Jul 1, 2010 at 7:58 AM, Erich W Schreiner eschrei...@yahoo.com wrote: Dear all, I'm

Re: How to show / hide individual column of a DefaultDataTable using Ajax?

2011-05-30 Thread ramlael
rows) , Please can you provide the code?. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-show-hide-individual-column-of-a-DefaultDataTable-using-Ajax-tp2275208p3560116.html Sent from the Users forum mailing list archive at Nabble.com

How to show / hide individual column of a DefaultDataTable using Ajax?

2010-07-01 Thread Erich W Schreiner
Dear all, I'm trying to implement an Ajax button for showing / hiding some columns of a DefaultDataTable based on a Boolean associated with a custom session. Currently I have implemented an AttributeModifier that sets the style to display:none on the hidden columns. This is working fine for