Scrolling Table Rows without scrolling table header

Hi folks,
Is it possible to scroll table rows (top to bottom) without scrolling table header?
I am using table inside a scroll controller with scrolling mode "auto". It scrolls full table along with header.
My requirement is to keep header static and scroll rows beneath same.
Is it possible or any other alternative?
Regards,
Mandeep Virk

Hello Mandeep,
Which version of NW are you using. In CE version you have table with scrollable rows. In case you want your this requirement to get fuilfill then kindly upgrade to NW CE 7.1 .
In the earler release of NW 2004s this is not possible.
Some days back one had similar problem and he resolved it by using 2 containers. Please search on SDN.
I hope this helps!
Thanks nad Regards
Pravesh

Similar Messages

  • Preserve the table header while scrolling table

    Hi,
    How do I preserve the table header (giving details of what column contains what data)-- I mean:   |
                            v
    Name      I-number       department
    to stay on the screen, and have only my table as scrollable?
    currently my table contains a lot of data and the second page on scroll comes with the problem of what each column on each row of data means.
    Thanks,
    Adi

    Hello Thomas,
    I am facing the same problem.To resolve this I made two containers one is transparent type for header column and another scroll container to display table contents.These two containers are inside the root container with the flow layout .
    But the prob is the table that is inside scroll cotainer is displaying in the next row instead of the new row.
    Is there any solution of this.
    Best Regards,
    Shikha

  • How to add the Row count(number of rows in table)  in  the table header?

    Hi,
    I'm having a table. This table is viewed when i click on a search button.
    <b>On the table header it should dynamically display the number of rows in the table, i.e., the row count.</b>
    How to do this? could any one explain me with the detailed procedure to achieve this.
    Thanks & Regards,
    Suresh

    If you want to show a localized text in the table header, you should use the <b>Message Pool</b> to create a (parameterized) message "tableHeaderText" like "There are table entries".
    Next, create a context attribute "tableHeaderText" of type "string" and bind the "text" property of the table header Caption UI element to this attribute.
    Whenever the table data has changed (e.g. at the end of the supply function for the table's data source node), update the header text:
    int numRows = wdContext.node<TableDataSourceNode>().size();
    String text = wdComponentAPI.getTextAccessor().getText
      IMessage<ComponentName>.TABLE_HEADER_TEXT,
      new Object[] { String.valueOf(numRows) }
    wdContext.currentContextElement().setTableHeaderText(text);
    Maybe you want to provide a separate message for the case that there are no entries.
    Alternatively, you can make the attribute calculated and return the header text in the attribute getter.
    Armin

  • Is there a way to make a "table header" a column instead of a row?

    I am making a 508 compliant pdf from a predesigned indesign document that has many tables in it. The table that I am having problems with doesn't have it's table header as a Row at the top of the table but instead a Column that runs down the left side like this example:
    To be read correctly in the pdf by screen readers the header needs to be included in the table but I don't know how to make a column a header, I have only found the option of making a row a header. Is there a way to do this or will I just have to retag and reorder the tags in the pdf after?
    Thanks!

    @Joel – ah, now I begin to understand.
    Slapbet wants to change the reading order in a two column table from:
    Usually:
    1  2
    3  4
    5  6
    to:
    1  4
    2  5
    3  6
    If so, you need two separate tables:
    One for column 1, one for column 2.
    Grouped together, anchored in a text frame with the flowing text.
    Could the every column is a single table construct work for you?
    Or is it necessary for what ever reason (besides editing) to work with a single table?
    A script could help to split every  column to a single table, making a group and anchor it to the text flow.
    Or did I misunderstand what the problem here is?
    Uwe

  • Nested Tables - Unable to make Table Header row to repeat in subsequent pages

    Hi,
    I am unable to make the header row to repeat in subsequent pages for nested tables.
    Can anyone reply with a sample form to illustrate a similar scenario?
    Thanks,
    Rohit

    Hi All,
    I have selected the the check box Insert Header Row in Subsequent Pages then also the header is not getting flowed in subsequent pages only till 2nd page its getting flowed.
    I have used table wizard to create table and i have made the table subform as flowed then also table header is not repeating in subsequent pages.
    MainForm (Flowed)
    TableSubform1(Flowed)
    Table1
    HeaderRow
    Row1
    TableSubform2(Flowed)
    Table2
    HeaderRow
    Row1
    I selected TableSubform1 and in Pagination tab OverFlow Leader dropdown i selected HeaderRow, the same i did for TableSubform2 also but the table header is not getting repeated in subsequent pages.
    Please help me in solving this problem.
    Regards,
    Bala Baskaran.S

  • How to repeat 2 table header rows in adobe form

    Can anybody suggest me how to repeat 2 table header rows .
    one header row is for displaying only columns header list
    second header row is for displaying 'from date' and 'to date'.
    and i want this to be done using layout tab(palletes) in the form.  will it be?
    Message was edited by:
            M Madhu

    loop at ot into wa.
    at first header one
    write second header.
    endloop.
    declear one internal table append both values in come internal table .
    pass the header in comen internal table.
    Message was edited by:
            Karthikeyan Pandurangan

  • Table Heading Rows

    How do I get table heading rows to repeat if a table is broken across one or more pages? I'm sure it's something simple, but I have just about driven myself insane trying to figure it out. Help, please!

    Molly,
    You might be better off asking this question in the Structured FM
    section of the forum as this is part is for unstructured FM.
    Also, your question might easily be missed when you jump in on an
    older topic such as this. Please start a new topic and also include
    other relevant information such as your version of FrameMaker
    (including point release, e.g. 8.0p277) and the structure of the table
    elements that you're using.
    Arnis Gubins
    Forum host

  • Repeat table header after every 20 rows?

    Aloha gang,
    I have a spry table that loads an .xml file - the resulting
    table extends well 'below the fold' of the page
    is there a way to repeat the table header <th> every 20
    rows or so?
    bill - hawaii

    Hi Sergio,
    Thanks for the follow-up. I was thinking (after I made the original post) that I might be able to use a (pl/sql?) region and generate the report manually.
    Thanks,
    Mark

  • Fixing the Table Header in the default JSF Table

    I am using the default JSF Table in Sun JS Creator (Version JSC 2 EA 2) with a
    Scroll Bar Option (instead of Pagination Control). However I have not
    been able to fix the table header and scroll only the data rows in the
    table.
    I have tried to use CSS style for table header, but it has not worked
    either. Where do I set the CSS style - in JSCreator JSF Datatable or
    JSCreator Table component, neither seems to work for me?
    Is there any other way to fix the table header default JSF Table in Sun
    JS Creator?
    Using the scroll bar is critical user requirement for me and fixing the
    table header will ensure that I can use the default JSF Table in Sun JS
    Creator, alternatively we will have to use some other JSF table e.g.
    from myFaces or an HTML Table and lose on the productivity benefit of
    JSCreator.

    Hi,
    There please just replace the If with IIF mentioned in Visakh Post. There is spell mistake
    It should be
    =IIF(CountRows("Dataset") > 0, True,False)
    Regards, PS

  • Table header always visible

    Hi All,
    I have used table in scroll container.when i scroll a vertical scrollbar,table heading are also scrolled.
    Is it possible that the table header is  visible, when i scroll to vertical scroll  in the table?
    Thanks
    Abhilasha.

    Hi,
    Have a workaround to use two tables, one table containing columns as header and set some of the properties of the that table like footer visible = false,row selectable = false etc., and the other table holding the actual data. This is proposed by Armin in the following thread. Hope your requirement will be fullfilled.
    [Re: scroll container UI element]
    and some other related threads
    [Re: Table header always visible]
    [Table header fixed]
    Regards
    Raghu

  • Table header fixed

    hi
    i have a table with n colums.
    i would fix the table header so that are the header always visible.
    have anybody a idea how can i do this?
    best regads
    Thomas

    Thomas,
    Please explain your term "fixed header". Standard headers of WD Table are already fixed -- they are not scrolled when rows scrolled. Or you want to "fix" them somehow for horizontal (rather then vertial) scrolling?
    Moreover, there are Fixed Cells in NW04s, so you may create fixed rows from "regular" rows of table data source.
    Valery Silaev
    SaM Solutions
    http://www.sam-solutions.net

  • Table Header is required in each page

    Hi,
    Inside the main window I have two tables say 1st table, 2nd Table . In the 1st  table I have only one row of data with header. In the 2nd table different header with many line items. It may go to next page.
    Now my requirement is if due to 2nd table line item's if it moves to next page then 1st table header is also need to be printed in the second page.
    For example.
    1st Table:
    Head1     Head 2         Head 3    Head 4
    Val1        val2              val3          val 4
    2nd Table
    Title 1       Title 2          Title 3           Title 4
    1              2                    3                   4
    2              3                    5                   6
    300        400                  500               452
    Please let me know the solution. How i will display the header of 1st table if the line items of 2nd table exceeds to next page.
    Thanks in Advance,
    Abhijit

    Hi Abhijit,
    One basic query I have with your statement:
    If I understand correctly, you have used text element inside table header without using line type.
    I have not used the Line type. So those two options are not coming. I have used the text elements only.
    Is it possible to create a text element directly inside table header without any line type?
    If so may we know the steps you followed?
    Regards,
    Swarna Munukoti

  • Hiding table header

    Hi,
    Is there any setting to hide a table header row in VC.  I have two tables for which I dont want the header rows to show up.
    Thanks

    Hi,
    But there is a workaround for this.
    In nested iviews table header is hided automatically . It shows nested iview title bar. Just uncheck 'Frame title bar' for the nested iview. I just did that and it showing like a table without header title.
    Thanks
    Venkata

  • In SSRS , after exporting report in excel,wrap text property for cell and freeze column for SSRS table header not working in Excel

    I am working no one SSRS my table headers are freeze cangrow property is false and my report is working perfect while rendering data on RDL and i want same report after exporting in Excel also , i want my table header to be freeze and wrap text property
    to work after exporting in my report in excel but its not working ,is there any solution ? any patch ? any other XML code for different rendering ? 

    Hi Amol,
    According to your description, you find the wrap text property and fix column is not working after exporting into Excel. Right?
    In Reporting Services, when exporting to excel file, it has limitation for textbox.
    Text boxes are rendered within one Excel cell. Font size, font face, decoration, and font style are the only formatting that is supported on individual text within an Excel cell.
    Excel adds a default padding of approximately 3.75 points to the left and right sides of cells. If a text box’s padding settings are less than 3.75 points and is just barely wide enough to accommodate the text, the text may wrap in Excel.
    In this scenario, it supposed to be wrap text unless you merge cells. If cells are merged, word-wrap does not work correctly. If any merged cells exist on a row where a text box is rendered with the
    AutoSize property, autosize will not work. For the Fix Data Property, it can't be working in Excel. These are features when exporting to Excel. We can't change it because it's by design.
    Reference:
    Exporting to Microsoft Excel (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Table Header not getting repeated in subsequent pages

    Hi,
    I have a table and i want to table header to be repeated in subsequent pages but only till 2nd page the table header is repeated from the 3rd page onwards the table header is not repeated.
    I have selected the Header Row in hierarchy and in Pagination tab for the header row i have checked the the check box Insert Header Row in Subsequent Pages.
    After selecting the checkbox also table header is repeated only in 2 pages and not repeated after the second page.
    My table hierarchy in form is :
    TableSubform
    ---Table
    HeaderRow
    Row1
    I am using Designer 8.0 and Acrobat Reader 8.1.2
    Can you please help me in solving this issue.
    Regards,
    Bala Baskaran.s

    Hi All,
    I have selected the the check box Insert Header Row in Subsequent Pages then also the header is not getting flowed in subsequent pages only till 2nd page its getting flowed.
    I have used table wizard to create table and i have made the table subform as flowed then also table header is not repeating in subsequent pages.
    MainForm (Flowed)
    TableSubform1(Flowed)
    Table1
    HeaderRow
    Row1
    TableSubform2(Flowed)
    Table2
    HeaderRow
    Row1
    I selected TableSubform1 and in Pagination tab OverFlow Leader dropdown i selected HeaderRow, the same i did for TableSubform2 also but the table header is not getting repeated in subsequent pages.
    Please help me in solving this problem.
    Regards,
    Bala Baskaran.S

Maybe you are looking for

  • Hard Drive makes Airport Extreme Restart. HELP PLEASE!

    It's been more than a month since I startes trying to tackle this problem, now I'm pulling my hair out. My small 60GB Lacie (non powered) works fine, mounts, etc. but my big WD 320BG Lightes Combo makes the Extreme's status light go solid amber when

  • Can't save photos in iPhone after iOS7 upgrade

    I updated my iPhone to iOS7 and am not able to save pictures contained in emails I receive to my photos. The option to "save image" is there but does nothing when I click on it. Any fixes?

  • Creating multiple resource objects at once

    Hi, Business roles are multivalued attributes and in order for OIM to manage them, I am creating them as resources. These resources will have role id and role name as its fields. I have close to 50 biz roles in the system. Is there any way I can crea

  • Ipod will not display track and artist name when i play a song

    ipod will not display track and artist name when i play a song... i cant see the the volume display to adjust it eiether. Everyting shows up in the menus just not on the now playing screen.... any suggestions?

  • Adobe Encore CS6 won't open & keeps crashing on my Mac

    Hoping someone can suggest something here as I'm stuck. I have been happily using Premier and Encore CS6 on my Mac OS X (Version 10.7.5), until last night when I tried to open Encore and it wouldn't open. It starts to load, then it crashes and gives