<?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: sap.m.Table tab navigation in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-m-table-tab-navigation/qaa-p/321343#M4295</link>
    <description>&lt;P&gt;Hi Akhielsh,&lt;/P&gt;&lt;P&gt;Yes, I need something like that. The problem I have is that  $("#" + tableId) does not find the Dom table element and nothing happens.&lt;/P&gt;&lt;P&gt;The table is created in .js view:&lt;/P&gt;&lt;P&gt;var table = new sap.m.Table( "brTable", {&lt;BR /&gt;...&lt;BR /&gt;       });&lt;/P&gt;&lt;P&gt;Then I use table.getId() to get its id:&lt;/P&gt;&lt;P&gt;var tableId = table.getId();&lt;/P&gt;&lt;P&gt;but $("#" + tableId) returns empty array e.g. the Dom table element is not found&lt;/P&gt;&lt;P&gt;Any idea what could be the reason?&lt;/P&gt;&lt;P&gt;Thank you for the help,&lt;/P&gt;&lt;P&gt;Hristina&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2017 06:27:49 GMT</pubDate>
    <dc:creator>hristina_kacheva</dc:creator>
    <dc:date>2017-01-24T06:27:49Z</dc:date>
    <item>
      <title>sap.m.Table tab navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-m-table-tab-navigation/qaq-p/321341</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have sap.m.Table created in my application. There are cells, which are sap.m.Input field or sap.m.ComboBox field.&lt;/P&gt;&lt;P&gt;I want to be able to go through the cells using the Tab key, but when I try it I am able to go through the cells in the first row only. Then all other rows are skipped and the cursor goes to the element after the table. &lt;/P&gt;&lt;P&gt;What I have tried until now was:&lt;/P&gt;&lt;P&gt;- to move to next row using arrows keys, but this doesn't work, because if my element is ComboBox it just goes through its elements or if it is Input field of type Number it started to decrease or increase the numbers&lt;/P&gt;&lt;P&gt;- to override the .tabindex property of all cells as they should have this HTML5 property. I thought if I just do "cell.tabindex=someindex" it will work, but nothing was changed&lt;/P&gt;&lt;P&gt;- to get the Dom element of the cell (the input field) and then use the tabindex, but I was not able to get the Dom element. I've tried with .getDomRef() method of the Input field but it returns null.&lt;/P&gt;&lt;P&gt;Could you please tell me how can I go through all sap.m.Table cells using the Tab key. This is really a must for our clients and we have to get it work&lt;/P&gt;&lt;P&gt;Thank you and regards,&lt;/P&gt;&lt;P&gt;Hristina&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 11:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-m-table-tab-navigation/qaq-p/321341</guid>
      <dc:creator>hristina_kacheva</dc:creator>
      <dc:date>2017-01-20T11:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: sap.m.Table tab navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-m-table-tab-navigation/qaa-p/321342#M4294</link>
      <description>&lt;P&gt;Hi Hristina,&lt;/P&gt;&lt;P&gt;are you looking something like &lt;A href="https://jsfiddle.net/Akhilesh_U/gx2L6koh/"&gt;This&lt;/A&gt;. have a look at this once, hope that help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akhielsh&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 15:22:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-m-table-tab-navigation/qaa-p/321342#M4294</guid>
      <dc:creator>former_member227918</dc:creator>
      <dc:date>2017-01-20T15:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: sap.m.Table tab navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-m-table-tab-navigation/qaa-p/321343#M4295</link>
      <description>&lt;P&gt;Hi Akhielsh,&lt;/P&gt;&lt;P&gt;Yes, I need something like that. The problem I have is that  $("#" + tableId) does not find the Dom table element and nothing happens.&lt;/P&gt;&lt;P&gt;The table is created in .js view:&lt;/P&gt;&lt;P&gt;var table = new sap.m.Table( "brTable", {&lt;BR /&gt;...&lt;BR /&gt;       });&lt;/P&gt;&lt;P&gt;Then I use table.getId() to get its id:&lt;/P&gt;&lt;P&gt;var tableId = table.getId();&lt;/P&gt;&lt;P&gt;but $("#" + tableId) returns empty array e.g. the Dom table element is not found&lt;/P&gt;&lt;P&gt;Any idea what could be the reason?&lt;/P&gt;&lt;P&gt;Thank you for the help,&lt;/P&gt;&lt;P&gt;Hristina&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 06:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-m-table-tab-navigation/qaa-p/321343#M4295</guid>
      <dc:creator>hristina_kacheva</dc:creator>
      <dc:date>2017-01-24T06:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: sap.m.Table tab navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-m-table-tab-navigation/qaa-p/321344#M4296</link>
      <description>&lt;P&gt;.&lt;/P&gt;,&lt;P&gt;Hi Hristina,&lt;/P&gt;&lt;P&gt;sorry to late reply,&lt;/P&gt;&lt;P&gt;are you getting table id inside rendering function ? if not, you should get table id inside rendering function, check &lt;A href="https://jsfiddle.net/btvyp7v7/"&gt;this&lt;/A&gt; link.&lt;/P&gt;&lt;P&gt;in fact in your case, you can use table id "brTable" as hard-coded to each function, or you can remove id property from table declaration (that can prevent duplicate id issue further) and in rendering function as &lt;B&gt;this.sId.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Akhilesh&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 08:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-m-table-tab-navigation/qaa-p/321344#M4296</guid>
      <dc:creator>former_member227918</dc:creator>
      <dc:date>2017-02-01T08:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: sap.m.Table tab navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-m-table-tab-navigation/qaa-p/321345#M4297</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am taking the id exactly the way you explained - inside the rendering function and using this.sId or this.getId().&lt;/P&gt;&lt;P&gt;I
 investigated further and I found out that when the elements are 
"sections" of "ObjectPageLayout" or children of "sections" the DOM 
element is not found. I've tried even in the console (not in the code) 
of the application and the element is not found.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/18201-domelementproblem.jpg" /&gt;&lt;/P&gt;&lt;P&gt;I do not know 
why this is happening and if the problem occurred only for 
ObjectPageLayout elements but that is what I noticed in my application&lt;/P&gt;&lt;P&gt;Furthermore
 even if I manage to set the tab order of a table this means that I have
 to control the tab index of all elements in the page. In my case I have
 more than one table and there are other elements before the tables, 
between them and after the tables. When I change the tabindex of table 
cells the other elements (outside the tables) stayed with their default 
tabindex and the tab order of the whole page is not correct. Taking care
 of the all DOM elements' tabindex manually looks not a good option.&lt;/P&gt;&lt;P&gt;Is there anything, which SAPUI5 offers for such cases?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Hristina&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 11:56:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-m-table-tab-navigation/qaa-p/321345#M4297</guid>
      <dc:creator>hristina_kacheva</dc:creator>
      <dc:date>2017-02-01T11:56:13Z</dc:date>
    </item>
  </channel>
</rss>

