<?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: ng-sortable trouble with data table widget in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405257#M62183</link>
    <description>&lt;P&gt;It is! I was able to get it all working with some help from my A-Team.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I explain the solution we came up with here &lt;A href="https://www.acorio.com/ui-sortable-servicenow-jakarta-widgets/" title="https://www.acorio.com/ui-sortable-servicenow-jakarta-widgets/"&gt;https://www.acorio.com/ui-sortable-servicenow-jakarta-widgets/&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Aug 2017 12:14:48 GMT</pubDate>
    <dc:creator>johnnyjava</dc:creator>
    <dc:date>2017-08-10T12:14:48Z</dc:date>
    <item>
      <title>ng-sortable trouble with data table widget</title>
      <link>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405254#M62180</link>
      <description>&lt;P&gt;I'm working on using drag and drop to re-order Release Tasks. I've cloned the Data Table widget to include ng-sortable. So far I have drag working, but the drop isn't working. I get a placeholder and no errors in my console log. Are there any angular wizards who can assist with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When any tr element is used as drag handle, the row appears to follow the mouse, but there's no drop shadow appearing. When I release the element, it falls back to where it came from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="drag but no drop.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/137774iA1D33B509DC67E57/image-size/large?v=v2&amp;amp;px=999" role="button" title="drag but no drop.png" alt="drag but no drop.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attaching the widget with the ng-sortable dependencies with special thanks to &lt;A href="https://share.servicenow.com/app.do#/detailV2/158b4b8b139af2000de935528144b03c/overview" title="https://share.servicenow.com/app.do#/detailV2/158b4b8b139af2000de935528144b03c/overview"&gt;ServiceNow Share&lt;/A&gt; item for Widget to Update Set UI Action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to manually add some Order values to some of my rm_task records. Here are the widget instance properties:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="sortable data table settings.PNG"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/137776i34C00A2CCBC74B4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="sortable data table settings.PNG" alt="sortable data table settings.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 16:39:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405254#M62180</guid>
      <dc:creator>johnnyjava</dc:creator>
      <dc:date>2017-06-01T16:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: ng-sortable trouble with data table widget</title>
      <link>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405255#M62181</link>
      <description>&lt;P&gt;I was able to get this working by inspecting sources on Visual Task Boards and then creating a Widget Dependency to include /scripts/sn.dragdrop/ng_jqdnd_includes.js&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2017 18:09:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405255#M62181</guid>
      <dc:creator>johnnyjava</dc:creator>
      <dc:date>2017-06-01T18:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: ng-sortable trouble with data table widget</title>
      <link>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405256#M62182</link>
      <description>&lt;P&gt;I believe this article is by you. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_emote jive_macro" data-renderedposition="8_193.96875_16_16" src="https://www.servicenow.com/8.0.4.21bdc7e/images/emoticons/happy.png"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A href="https://www.acorio.com/ui-sortable-servicenow-jakarta-widgets/" title="https://www.acorio.com/ui-sortable-servicenow-jakarta-widgets/"&gt;https://www.acorio.com/ui-sortable-servicenow-jakarta-widgets/&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2017 07:33:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405256#M62182</guid>
      <dc:creator>sach1</dc:creator>
      <dc:date>2017-08-10T07:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: ng-sortable trouble with data table widget</title>
      <link>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405257#M62183</link>
      <description>&lt;P&gt;It is! I was able to get it all working with some help from my A-Team.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I explain the solution we came up with here &lt;A href="https://www.acorio.com/ui-sortable-servicenow-jakarta-widgets/" title="https://www.acorio.com/ui-sortable-servicenow-jakarta-widgets/"&gt;https://www.acorio.com/ui-sortable-servicenow-jakarta-widgets/&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2017 12:14:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405257#M62183</guid>
      <dc:creator>johnnyjava</dc:creator>
      <dc:date>2017-08-10T12:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: ng-sortable trouble with data table widget</title>
      <link>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405258#M62184</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;
&lt;P&gt;I'm trying to replicate same in kingston but I'm not finding sn.dragdrop in my page or vtb's source code can you please help me with it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nikhil Gadodiya&lt;/P&gt;</description>
      <pubDate>Sat, 25 Aug 2018 09:37:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405258#M62184</guid>
      <dc:creator>nikhil2810</dc:creator>
      <dc:date>2018-08-25T09:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: ng-sortable trouble with data table widget</title>
      <link>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405259#M62185</link>
      <description>&lt;P&gt;List V3 appears to be on the way out. I would not recommend putting much time at all into&amp;nbsp; a solution that requires it.&lt;/P&gt;
&lt;P&gt;https://docs.servicenow.com/bundle/london-release-notes/page/release-notes/servicenow-platform/ui-rn.html&lt;/P&gt;
&lt;P&gt;If you still wish to play with this, my Kingston PDI (which was upgraded from Jakarta, so who knows if yours will match exactly) has these includes related to dragdrop&lt;/P&gt;
&lt;P&gt;/*! RESOURCE: scripts/js_includes_checklist.js */&lt;BR /&gt;/*! RESOURCE: /scripts/sn.dragdrop/_sn.dragdrop.js */&lt;BR /&gt;/*! RESOURCE: /scripts/sn.dragdrop/jquery-ui-dragdrop.min.js */&lt;/P&gt;</description>
      <pubDate>Sat, 25 Aug 2018 14:47:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405259#M62185</guid>
      <dc:creator>johnnyjava</dc:creator>
      <dc:date>2018-08-25T14:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: ng-sortable trouble with data table widget</title>
      <link>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405260#M62186</link>
      <description>If not for list v3 can't we have it for list v2? And I'm not seeing that js include in vtb as you have shown in article</description>
      <pubDate>Sat, 25 Aug 2018 15:44:02 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405260#M62186</guid>
      <dc:creator>nikhil2810</dc:creator>
      <dc:date>2018-08-25T15:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: ng-sortable trouble with data table widget</title>
      <link>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405261#M62187</link>
      <description>&lt;P&gt;Hi Johny,&lt;/P&gt;
&lt;P&gt;I was able to make it drag and drop in html side but I'm trying to figure out code for client cintroller and server side.How should I structure $scope.erver.get you mentined in an article.&lt;/P&gt;
&lt;P&gt;Can you please provide me with screen shot or code it'll be a great help to me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Nikhil&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 13:52:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405261#M62187</guid>
      <dc:creator>nikhil2810</dc:creator>
      <dc:date>2018-08-27T13:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: ng-sortable trouble with data table widget</title>
      <link>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405262#M62188</link>
      <description>&lt;P&gt;Does this solution still works in current releases?(Madrid/Orlando). Can someone provide actual update set with exmaple (with actual dependencies) ?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 20:29:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ng-sortable-trouble-with-data-table-widget/m-p/1405262#M62188</guid>
      <dc:creator>Ihor</dc:creator>
      <dc:date>2020-04-11T20:29:56Z</dc:date>
    </item>
  </channel>
</rss>

