<?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: How can we create smart table  with uitable  columns Using js view without XML in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/how-can-we-create-smart-table-with-uitable-columns-using-js-view-without/qaa-p/11878290#M4458928</link>
    <description>&lt;P&gt;Thanks for your response.But As per our requirement.only some keys are displayed into smart table.these keys also we are getting from server when app initialization time.that's why we are using js view &lt;/P&gt;</description>
    <pubDate>Sat, 04 May 2019 10:33:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-05-04T10:33:04Z</dc:date>
    <item>
      <title>How can we create smart table  with uitable  columns Using js view without XML</title>
      <link>https://community.sap.com/t5/technology-q-a/how-can-we-create-smart-table-with-uitable-columns-using-js-view-without/qaq-p/11878288</link>
      <description>&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1681480-screenshot-24.png" /&gt;&lt;/P&gt;
  &lt;P&gt;i created Smar table with dynamic code&lt;/P&gt;
  &lt;P&gt;var smart = new sap.ui.comp.smarttable.SmartTable("mainsmarttable", settingsTable);&lt;/P&gt;
  &lt;P&gt;but i will try to add columns like below&lt;/P&gt;
  &lt;P&gt;smart._oTable.insertColumn(new sap.ui.table.Column({ resizable: true, autoResizable: true, label: new sap.m.Label({ text: "Vtext", design: "Bold" }), template: new SmartField({ value: { path: "Vtext" }, editable: false }) }));&lt;/P&gt;
  &lt;P&gt;Column added but Settings button not working can you tell any body what's wrong my side.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 05:54:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-can-we-create-smart-table-with-uitable-columns-using-js-view-without/qaq-p/11878288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-05-01T05:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can we create smart table  with uitable  columns Using js view without XML</title>
      <link>https://community.sap.com/t5/technology-q-a/how-can-we-create-smart-table-with-uitable-columns-using-js-view-without/qaa-p/11878289#M4458927</link>
      <description>&lt;P&gt; hi, &lt;/P&gt;&lt;P&gt;I do not understand why do you want to use dynamic programming with Smart table? &lt;/P&gt;&lt;P&gt;This UI component is annotation driver,  do it with annotation and it will work!. &lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Joseph&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 19:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-can-we-create-smart-table-with-uitable-columns-using-js-view-without/qaa-p/11878289#M4458927</guid>
      <dc:creator>Joseph_BERTHE1</dc:creator>
      <dc:date>2019-05-02T19:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can we create smart table  with uitable  columns Using js view without XML</title>
      <link>https://community.sap.com/t5/technology-q-a/how-can-we-create-smart-table-with-uitable-columns-using-js-view-without/qaa-p/11878290#M4458928</link>
      <description>&lt;P&gt;Thanks for your response.But As per our requirement.only some keys are displayed into smart table.these keys also we are getting from server when app initialization time.that's why we are using js view &lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2019 10:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-can-we-create-smart-table-with-uitable-columns-using-js-view-without/qaa-p/11878290#M4458928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-05-04T10:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can we create smart table  with uitable  columns Using js view without XML</title>
      <link>https://community.sap.com/t5/technology-q-a/how-can-we-create-smart-table-with-uitable-columns-using-js-view-without/qaa-p/11878291#M4458929</link>
      <description>&lt;P&gt;Is Krys are statics or Dynamic ? Are your keys the same during all the runtime?&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2019 16:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-can-we-create-smart-table-with-uitable-columns-using-js-view-without/qaa-p/11878291#M4458929</guid>
      <dc:creator>Joseph_BERTHE1</dc:creator>
      <dc:date>2019-05-04T16:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can we create smart table  with uitable  columns Using js view without XML</title>
      <link>https://community.sap.com/t5/technology-q-a/how-can-we-create-smart-table-with-uitable-columns-using-js-view-without/qaa-p/11878292#M4458930</link>
      <description>&lt;P&gt;Thanks for your response.But As per our requirement.only some keys are displayed into smart table.these keys also we are getting from server when app initialization time.that's why we are using js view&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 09:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-can-we-create-smart-table-with-uitable-columns-using-js-view-without/qaa-p/11878292#M4458930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-05-24T09:15:14Z</dc:date>
    </item>
  </channel>
</rss>

