<?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>topic Re: review and sort grid in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/review-and-sort-grid/m-p/796467#M4670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert for your response. My response in italic.&amp;nbsp;This editor doesn't have option of color &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff;"&gt;the WAB jimu library has a simpleTable dijit that will allow you to add a checkbox as a row column. dgrid is great but it&amp;nbsp;may be&amp;nbsp;a little heavy if your requirements are simple.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff;"&gt;Could you provide examples please.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;&lt;STRONG&gt;Do you have a hard requirement for using dGrid?&lt;/STRONG&gt; &lt;EM&gt;Yes.&amp;nbsp;I have user requirements to&amp;nbsp;check rows. It is very similar how WAB- Attribute Widget. I need to select specified rows and export into CSV format. Could you&amp;nbsp;share code which can be integrated within notification widget.&lt;/EM&gt;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;&lt;STRONG&gt;Are you wanting the end user to sort the grid or is the sort to done just in code?&lt;/STRONG&gt; &lt;EM&gt;Yes.&amp;nbsp;I have user requirements to sort fields (on a client side).&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2017 20:33:36 GMT</pubDate>
    <dc:creator>rajujee</dc:creator>
    <dc:date>2017-12-15T20:33:36Z</dc:date>
    <item>
      <title>review and sort grid</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/review-and-sort-grid/m-p/796465#M4668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am wondering how I could review(checkbox exclude a row), sort with a column using dojo dgrid. I am using web app builder and looking to extend widget. any sample code is appreciated!&lt;/P&gt;&lt;P&gt;I am using visual studio to make changes and deploy for testing. I assume I don't require to compile etc PLEASE confirm.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 17:26:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/review-and-sort-grid/m-p/796465#M4668</guid>
      <dc:creator>rajujee</dc:creator>
      <dc:date>2017-12-15T17:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: review and sort grid</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/review-and-sort-grid/m-p/796466#M4669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I&amp;nbsp;am kind of confused by this question:&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;how I could review(checkbox exclude a row)&lt;/BLOCKQUOTE&gt;&lt;P&gt;the WAB jimu library has a simpleTable dijit that will allow you to add a checkbox as a row column. dgrid is great but it&amp;nbsp;may be&amp;nbsp;a little heavy if your requirements are simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a hard requirement for using dGrid?&lt;/P&gt;&lt;P&gt;Are you wanting the end user to sort the grid or is the sort to done just in code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 18:24:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/review-and-sort-grid/m-p/796466#M4669</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-12-15T18:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: review and sort grid</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/review-and-sort-grid/m-p/796467#M4670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert for your response. My response in italic.&amp;nbsp;This editor doesn't have option of color &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff;"&gt;the WAB jimu library has a simpleTable dijit that will allow you to add a checkbox as a row column. dgrid is great but it&amp;nbsp;may be&amp;nbsp;a little heavy if your requirements are simple.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff;"&gt;Could you provide examples please.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;&lt;STRONG&gt;Do you have a hard requirement for using dGrid?&lt;/STRONG&gt; &lt;EM&gt;Yes.&amp;nbsp;I have user requirements to&amp;nbsp;check rows. It is very similar how WAB- Attribute Widget. I need to select specified rows and export into CSV format. Could you&amp;nbsp;share code which can be integrated within notification widget.&lt;/EM&gt;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;&lt;STRONG&gt;Are you wanting the end user to sort the grid or is the sort to done just in code?&lt;/STRONG&gt; &lt;EM&gt;Yes.&amp;nbsp;I have user requirements to sort fields (on a client side).&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 20:33:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/review-and-sort-grid/m-p/796467#M4670</guid>
      <dc:creator>rajujee</dc:creator>
      <dc:date>2017-12-15T20:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: review and sort grid</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/review-and-sort-grid/m-p/796468#M4671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp; &amp;nbsp;The examples of using the jimu\simpleTable are found by looking at existing widgets, both OTB and custom widgets like Many of mine use the simpleTable dijit in their widgets settings pages.&lt;/LI&gt;&lt;LI&gt;I do not use the Notification widget so sorry I don't have any code to share for that.&lt;/LI&gt;&lt;LI&gt;You are really aiming high for your first widget. What you are wanting is pretty complicated and you will not find examples&amp;nbsp;that you can just copy and paste.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Here is a JS Sample for use dgrid:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jssamples/fl_dgrid.html" title="https://developers.arcgis.com/javascript/3/jssamples/fl_dgrid.html"&gt;dgrid | ArcGIS API for JavaScript 3.23&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 20:41:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/review-and-sort-grid/m-p/796468#M4671</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-12-15T20:41:10Z</dc:date>
    </item>
  </channel>
</rss>

