Re: Dynamically Toggling a Details Row in a DataTable

2012-10-10 Thread William Speirs
d to > the top of it and refreshed. > > ~ Thank you, > Paul Bors > > -Original Message- > From: Paul Bors [mailto:p...@bors.ws] > Sent: Wednesday, October 10, 2012 11:33 AM > To: users@wicket.apache.org > Subject: RE: Dynamically Toggling a Details Row in a Dat

RE: Dynamically Toggling a Details Row in a DataTable

2012-10-10 Thread Paul Bors
Wednesday, October 10, 2012 11:33 AM To: users@wicket.apache.org Subject: RE: Dynamically Toggling a Details Row in a DataTable Add a boolean flag to your POJO (domain model object type). When you click the details link, set it to true and refresh the table. When the table refreshes it will hit your Da

RE: Dynamically Toggling a Details Row in a DataTable

2012-10-10 Thread Paul Bors
William Speirs [mailto:wspe...@apache.org] Sent: Wednesday, October 10, 2012 10:25 AM To: users@wicket.apache.org Subject: Re: Dynamically Toggling a Details Row in a DataTable Paul- I've modified my DataProvider to provide double the rows. I've also extended DataTable to set display:

Re: Dynamically Toggling a Details Row in a DataTable

2012-10-10 Thread William Speirs
toggle between labels > and > >> form fields to set the contents of the table row. > >> > >> If you do want to show extra details that do not match the columns in > your > >> table, use a pop-up or modal pop-up. > >> > >> > >> ~ Thank you, >

Re: Dynamically Toggling a Details Row in a DataTable

2012-10-09 Thread Martin Grigorov
row. >> >> If you do want to show extra details that do not match the columns in your >> table, use a pop-up or modal pop-up. >> >> >> ~ Thank you, >> Paul Bors >> >> -----Original Message----- >> From: William Speirs [mailto:wspe...@

RE: Dynamically Toggling a Details Row in a DataTable

2012-10-09 Thread Paul Bors
the table. ~ Thank you, Paul Bors -Original Message- From: Bill Speirs [mailto:bill.spe...@gmail.com] Sent: Tuesday, October 09, 2012 4:22 PM To: users@wicket.apache.org Subject: Re: Dynamically Toggling a Details Row in a DataTable Paul- Thanks for the response... yea, we'd like

Re: Dynamically Toggling a Details Row in a DataTable

2012-10-09 Thread Bill Speirs
you do want to show extra details that do not match the columns in your > table, use a pop-up or modal pop-up. > > > ~ Thank you, > Paul Bors > > -Original Message- > From: William Speirs [mailto:wspe...@apache.org] > Sent: Tuesday, October 09, 2012 3:01 PM &

RE: Dynamically Toggling a Details Row in a DataTable

2012-10-09 Thread Paul Bors
peirs [mailto:wspe...@apache.org] Sent: Tuesday, October 09, 2012 3:01 PM To: users@wicket.apache.org Subject: Dynamically Toggling a Details Row in a DataTable I would like to create a component that generates an additional row in a DataTable for each existing row. This additional row will co

Dynamically Toggling a Details Row in a DataTable

2012-10-09 Thread William Speirs
I would like to create a component that generates an additional row in a DataTable for each existing row. This additional row will contain "details" for the above row. I would like to have a column in the DataTable that contains a link/button/etc which controls the visibility (display: hidden for t