Take a look at: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/table-parent/table/src/main/java/org/wicketstuff/table/cell/renders/LenientTextField.java hope it give you some ideas.
On Sat, Mar 20, 2010 at 1:41 PM, rock stone <tempche...@gmail.com> wrote: > Hi, > > I have implemented a data table with cells having components as TextFields, > Buttons etc. > > Currently,I have been able to achieve this by enclosing them inside panels. > > But with large data set to be displayed I think it might consume lot of UI > resources or rendering time. > > Is there any other efficient way in which these components can be directly > embedded inside the Data Table. > > Thanks! > -- Pedro Henrique Oliveira dos Santos