Hi Udo,

Thanks for reply.

I tried scenario you described on demo application - changed sheet on
client side tab demo. However if I put the same sheet on different tabs
like:

  <tc:tab ...
      <tc:sheet ...
        <tc:column ...
        <tc:column ...

  <tc:tab ...
      <tc:sheet ...
        <tc:column ...
        <tc:column ...

they are rendered as I expected but they are in fact separated sheets
what adds problems with current row selection, sheet page navigation -
those sheets remain out of sync. 

Putting the same id for both sheets breaks uniqueness requirement.

If I put sheet declaration outside tab like:
<tc:sheet ...
    <tc:tab ...
        <tc:column ...
        <tc:column ...

    <tc:tab ...
        <tc:column ...
        <tc:column ...

causes tabs not being rendered at all.

I suppose the only workaround would be changes to tobago-sheet.js?

Quoting Udo Schnurpfeil <[EMAIL PROTECTED]>:

> Hello Wojtek,
> 
> you can put the sheet on multiple tabs and set in the columns you
> want 
> to see rendered="true/false".
> 
> Regards
> 
> Udo
> 
> Wojciech Blad schrieb:
> > Hi All,
> >
> > Is possible to use one sheet control with columns placed on
> different 
> > tabs within single tabGroup?
> >
> > I have a table with large number of columns and instead of using
> one 
> > sheet control scrolled horizontally I want to use tabGroup control
> to 
> > place groups of columns on different tabs.
> >
> > Thanks for any suggestions.
> > Wojtek
> >
> >
> >
> >
> >
> >
> 
> 
> 


Reply via email to