wickets AjaxFallbackDefaultDatatable is my favourite component.

Josh

On 21 Jul 2011 17:23, "Martin Grigorov" <[email protected]> wrote:

Am I that old or .NET is younger than 10 years ?

First tell me what is so complex with wicket-extensions DataTable and
I'll tell you how to do it ;-)

You *need* to extract the DB meta data if you want the dynamics.
Wicket is web framework, not common data extraction framework.
Once you have the column names then you can create the
List<IColumn<Entity>> and IDataProvider<Entity> needed by DataTable.
>From there on Wicket will create the table for you.

So if you do the "easy" part to extract the columns meta data then
give it to me and I'll do the "hard" part to dress it in a DataTable
;-)


On Thu, Jul 21, 2011 at 5:08 PM, davut uysal <[email protected]> wrote:
> Yeah, I agree there must ...
--
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users...

Reply via email to