<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Fixed column when scrolling right when using tableview and iterator in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789920#M239934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;A href="http://web.tampabay.rr.com/bmerkey/examples/locked-column-csv.html" target="test_blank"&gt;http://web.tampabay.rr.com/bmerkey/examples/locked-column-csv.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has worked by using the headInclude tag. I don't all the in's and out's yet but as soon as I do I will post the answer. I just want to make sure no one has any issues with posting the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As always TIA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Dec 2004 02:02:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-12-09T02:02:26Z</dc:date>
    <item>
      <title>Fixed column when scrolling right when using tableview and iterator</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaq-p/789912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a BSP that displays a table. No real rocket science here. But the table has more columns than can be displayed on the screen. So the user has to scroll to the right. Again no biggie. The problem is that the first column on the left contains the description of the data in the row. So when the user scrolls right the description "disappears" off the left side of the screen. Is there a way to make the first column always stay on the left part of the screen. Similar to the ALV and how you can make certain columns (the key columns) not scroll to the left. I am using the HTMLB tableview tag a table iterator(which I love) and MVC. I tried the fixedColumn attribute but that didn't work. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2004 21:22:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaq-p/789912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-02T21:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed column when scrolling right when using tableview and iterator</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789913#M239927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried "Wrapping" your description, it makes your table rows a bit ununiformed in appearance but does eliminate the scroll right effect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2004 10:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789913#M239927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-03T10:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed column when scrolling right when using tableview and iterator</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789914#M239928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using the wrapping attribute. Also there is another attribute (Try to test it) that is "fixedColumn" put this attribute to TRUE in the description column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then if it doesnt work try playing with the table width attribute and columns width attribute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ariel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2004 10:48:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789914#M239928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-03T10:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed column when scrolling right when using tableview and iterator</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789915#M239929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;for the standard tableview there is no possibility to have this feature of real "fixed columns".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To partly achieve what you desire ... have you thought about displaying two tableviews next to each other, one holding your "fixed columns", the other one being placed in a scrollable div/layer ...&lt;/P&gt;&lt;P&gt;Of course, depending on what you want to do with the tableview (editing, ...) this might require a lot of additional coding (also javascript) to make it work smoothly, but if it is a "read-only" tableview try considering it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2004 07:33:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789915#M239929</guid>
      <dc:creator>maximilian_schaufler</dc:creator>
      <dc:date>2004-12-07T07:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed column when scrolling right when using tableview and iterator</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789916#M239930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did try the fixedColumn attribute but much to my dismay it doesn't do what I had hoped. I can't try "wrapping" the row title column because there can be as many as 350 columns (yes you read that right. Thank goodness for the iterator). I think Craig hit the nail on the head. I may have to put 2 tableview next to each other and yes Craig the users want to enter data in those cells. I have found an IAC (for those of us who still remember the ITS) that does exactly what I want. So I will now go and pick apart that code and see how it is handling it. I wish there was a more elegant solution and if there is I will be sure to post it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW -  I am still open to suggestions if anyone has one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2004 19:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789916#M239930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-07T19:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed column when scrolling right when using tableview and iterator</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789917#M239931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gald we could all help out. Please keep us up to date and perhaps mark your questions solved so others can find answers quickly as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2004 21:50:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789917#M239931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-07T21:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed column when scrolling right when using tableview and iterator</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789918#M239932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard, check out this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="21749"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to be the same problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ariel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2004 12:37:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789918#M239932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-08T12:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed column when scrolling right when using tableview and iterator</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789919#M239933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only thing with using that really cool IE only CSS solution is that you would have to redefine all the CSS values that go with the tableview and even then it may only work if you build the table completely manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But a very cool solution nonetheless!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2004 12:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789919#M239933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-08T12:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed column when scrolling right when using tableview and iterator</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789920#M239934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;A href="http://web.tampabay.rr.com/bmerkey/examples/locked-column-csv.html" target="test_blank"&gt;http://web.tampabay.rr.com/bmerkey/examples/locked-column-csv.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has worked by using the headInclude tag. I don't all the in's and out's yet but as soon as I do I will post the answer. I just want to make sure no one has any issues with posting the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As always TIA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2004 02:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789920#M239934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-09T02:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed column when scrolling right when using tableview and iterator</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789921#M239935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As also said in the other weblog, you can use frames, which is cross browser/platform. Put the fixed part in a fixed frame and the scrollable part in a scrollable frame. Make sure that the order of the records is the same in both frames.&lt;/P&gt;&lt;P&gt;If you use some params, you can even use one single BSP page (apart from the frame def BSP page) for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2004 07:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789921#M239935</guid>
      <dc:creator>eddy_declercq</dc:creator>
      <dc:date>2004-12-09T07:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed column when scrolling right when using tableview and iterator</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789922#M239936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="22024"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working example of using this CSS form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2004 09:47:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-column-when-scrolling-right-when-using-tableview-and-iterator/qaa-p/789922#M239936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-10T09:47:51Z</dc:date>
    </item>
  </channel>
</rss>

