How to add footer section using DataTable

2010-09-16 Thread gouthamrv
I am using DataTable to display a table. I want to add some buttons to footer section. How do I do that? Currently it just shows empty tfoot elements in my html. Here is the sample code of the DataTable: DataTable table = new DataTable(datatable, columns, new CalculationInfoProvider(), 1); add

Re: How to add footer section using DataTable

2010-09-16 Thread gouthamrv
Yes you are right, we can do that. Thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-add-footer-section-using-DataTable-tp2541058p2542678.html Sent from the Users forum mailing list archive at Nabble.com

Re: How to add footer section using DataTable

2010-09-15 Thread TahitianGabriel
You could use something like : table.addBottomToolbar(new YourFooterToolbar(...)); where YourFooterToolbar extends AbstractToolbar regards, Gabriel. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-add-footer-section-using-DataTable-tp2541058p2541390.html

retrieving item model object in a form using datatable

2008-09-25 Thread zaheers
pointers. Code and screenshot attached. http://www.nabble.com/file/p19670783/screen-shot.doc screen-shot.doc http://www.nabble.com/file/p19670783/SearchPanel.txt SearchPanel.txt -- View this message in context: http://www.nabble.com/retrieving-item-model-object-in-a-form-using-datatable

Re: retrieving item model object in a form using datatable

2008-09-25 Thread James Carman
/file/p19670783/screen-shot.doc screen-shot.doc http://www.nabble.com/file/p19670783/SearchPanel.txt SearchPanel.txt -- View this message in context: http://www.nabble.com/retrieving-item-model-object-in-a-form-using-datatable-tp19670783p19670783.html Sent from the Wicket - User mailing list

Using DataTable

2008-05-29 Thread nanotech
in context: http://www.nabble.com/Using-DataTable-tp17543606p17543606.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]

Re: Using DataTable

2008-05-29 Thread Igor Vaynberg
. If yes, Won't this be a bottleneck considering the number of queries? 2. Is there a better way of doing this? not until someone finds one. -igor Thanks, RG -- View this message in context: http://www.nabble.com/Using-DataTable-tp17543606p17543606.html Sent from the Wicket

Re: Using DataTable

2008-05-29 Thread nanotech
considering the number of queries? 2. Is there a better way of doing this? not until someone finds one. -igor Thanks, RG -- View this message in context: http://www.nabble.com/Using-DataTable-tp17543606p17543606.html Sent from the Wicket - User mailing list archive

Re: Using DataTable

2008-05-29 Thread Igor Vaynberg
. If yes, Won't this be a bottleneck considering the number of queries? 2. Is there a better way of doing this? not until someone finds one. -igor Thanks, RG -- View this message in context: http://www.nabble.com/Using-DataTable-tp17543606p17543606.html Sent from the Wicket - User

Re: Using DataTable

2008-05-29 Thread nanotech
someone finds one. -igor Thanks, RG -- View this message in context: http://www.nabble.com/Using-DataTable-tp17543606p17543606.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Using DataTable

2008-05-29 Thread Igor Vaynberg
: http://www.nabble.com/Using-DataTable-tp17543606p17543606.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