Re: Autoscrolling table header

2008-10-26 Thread Ashika Umanga Umagiliya

hi jeremy,

Thank you for the suggestion.I will try that out.I am currently 
developing a POC for a project ,so i found that ZK framework have what i 
wanted.

But for the actual implementation I will use Wicket.

Thanks and Best Regards,
umanga

Jeremy Thomerson wrote:

Could you use thead / tbody, and just use the overflow css attribute for the
tbody?  I've never done it, but it seems like it should work.

Also, when you get to customizing the table like this, you might need to
just implement your own table using another repeater.  DataTable has a lot
of features built in (especially DefaultDataTable), but sometimes if you're
trying to do something else, it's easier to create your own custom
component.  But give it a shot and let us know how it goes!

  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Autoscrolling table header

2008-10-24 Thread Jeremy Thomerson
Could you use thead / tbody, and just use the overflow css attribute for the
tbody?  I've never done it, but it seems like it should work.

Also, when you get to customizing the table like this, you might need to
just implement your own table using another repeater.  DataTable has a lot
of features built in (especially DefaultDataTable), but sometimes if you're
trying to do something else, it's easier to create your own custom
component.  But give it a shot and let us know how it goes!

-- 
Jeremy Thomerson
http://www.wickettraining.com

On Fri, Oct 24, 2008 at 1:01 AM, Ashika Umanga Umagiliya <
[EMAIL PROTECTED]> wrote:

> Hi Wicketers,
>
> I am newbie to wicket and I want to know whether its possible to implement
> a DataTable which behaves like a spreadsheet.
> Its something like ActiveWidget datagrid as in
> http://www.activewidgets.com/grid/
> As you can see , when we scroll , the tableheader also scrolls accordingly.
>
> Thanks in advance,
> umanga
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Autoscrolling table header

2008-10-23 Thread Ashika Umanga Umagiliya

Hi Wicketers,

I am newbie to wicket and I want to know whether its possible to 
implement a DataTable which behaves like a spreadsheet.
Its something like ActiveWidget datagrid as in 
http://www.activewidgets.com/grid/

As you can see , when we scroll , the tableheader also scrolls accordingly.

Thanks in advance,
umanga




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]