<?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: How to add custom Properties in custom visuals in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-custom-Properties-in-custom-visuals/m-p/146136#M5005</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="23968" data-lia-user-login="bala23289" class="lia-mention lia-mention-user"&gt;bala23289&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may refer to&amp;nbsp;&lt;A href="https://app.powerbi.com/visuals/show/TableSorter1450434005853" target="_self"&gt;Table Sorter&lt;/A&gt; and view its source code at &lt;A href="https://github.com/Microsoft/PowerBI-visuals-TableSorter" target="_blank"&gt;https://github.com/Microsoft/PowerBI-visuals-TableSorter&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2017 10:53:53 GMT</pubDate>
    <dc:creator>v-chuncz-msft</dc:creator>
    <dc:date>2017-03-21T10:53:53Z</dc:date>
    <item>
      <title>How to add custom Properties in custom visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-custom-Properties-in-custom-visuals/m-p/143579#M4937</link>
      <description>&lt;P&gt;I have a custom visual which is using ag-grid, I want a way to add custom&amp;nbsp;properties which may be hidden from the Formatting options in the visual pane.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example there is an option in grid to sort or group by values, I dont want this to be added in the "&lt;STRONG&gt;Format&lt;/STRONG&gt;" tab of visuals, I just want a way to store this details some where(using api, or custom visual update) for that &lt;STRONG&gt;report&lt;/STRONG&gt; and retrieve the data when the user loads the same report and display the group by or sorting for that field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I was checking there was a visual called&amp;nbsp;"&lt;STRONG&gt;Table&lt;/STRONG&gt;" which does the same thing for sorting. Can any one help me on this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 07:50:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-custom-Properties-in-custom-visuals/m-p/143579#M4937</guid>
      <dc:creator>bala23289</dc:creator>
      <dc:date>2017-03-16T07:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom Properties in custom visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-custom-Properties-in-custom-visuals/m-p/144342#M4960</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="23968" data-lia-user-login="bala23289" class="lia-mention lia-mention-user"&gt;bala23289&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could check&amp;nbsp;the tutorial at &lt;A href="https://github.com/Microsoft/PowerBI-visuals/blob/master/Tutorial/StaticObjects.md" target="_blank"&gt;https://github.com/Microsoft/PowerBI-visuals/blob/master/Tutorial/StaticObjects.md&lt;/A&gt;. And there are&amp;nbsp;enough repositories at &lt;A href="https://github.com/Microsoft?utf8=%E2%9C%93&amp;amp;q=PowerBI-visuals&amp;amp;type=&amp;amp;language=" target="_blank"&gt;https://github.com/Microsoft?utf8=%E2%9C%93&amp;amp;q=PowerBI-visuals&amp;amp;type=&amp;amp;language=&lt;/A&gt; for your reference.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 11:00:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-custom-Properties-in-custom-visuals/m-p/144342#M4960</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-03-17T11:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom Properties in custom visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-custom-Properties-in-custom-visuals/m-p/145199#M4986</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="11389" data-lia-user-login="v-chuncz-msft" class="lia-mention lia-mention-user"&gt;v-chuncz-msft&lt;/a&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your suggestion. I am aware of the objects(Static Objects), But as I have metioned in the original question, I dont want this to be displayed in the property pane.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;For example I am attaching a default behaviour of table "Visuals", where you can see a sort icon. This will not be available in the property pane but the sorting will be saved and when you open the report again the sorting will be restored from some where.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also trying to do something similiar. Let me know If I am still confusing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 07:34:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-custom-Properties-in-custom-visuals/m-p/145199#M4986</guid>
      <dc:creator>bala23289</dc:creator>
      <dc:date>2017-03-20T07:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom Properties in custom visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-custom-Properties-in-custom-visuals/m-p/146136#M5005</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="23968" data-lia-user-login="bala23289" class="lia-mention lia-mention-user"&gt;bala23289&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may refer to&amp;nbsp;&lt;A href="https://app.powerbi.com/visuals/show/TableSorter1450434005853" target="_self"&gt;Table Sorter&lt;/A&gt; and view its source code at &lt;A href="https://github.com/Microsoft/PowerBI-visuals-TableSorter" target="_blank"&gt;https://github.com/Microsoft/PowerBI-visuals-TableSorter&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:53:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-custom-Properties-in-custom-visuals/m-p/146136#M5005</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-03-21T10:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom Properties in custom visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-custom-Properties-in-custom-visuals/m-p/146798#M5022</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="11389" data-lia-user-login="v-chuncz-msft" class="lia-mention lia-mention-user"&gt;v-chuncz-msft&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. Can you point to me what I should look for in&amp;nbsp;the table sorter code? Thank you again.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 09:19:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-custom-Properties-in-custom-visuals/m-p/146798#M5022</guid>
      <dc:creator>bala23289</dc:creator>
      <dc:date>2017-03-22T09:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom Properties in custom visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-custom-Properties-in-custom-visuals/m-p/147638#M5045</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="23968" data-lia-user-login="bala23289" class="lia-mention lia-mention-user"&gt;bala23289&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may leave a comment on GitHub to seek advice from the author.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 10:57:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-custom-Properties-in-custom-visuals/m-p/147638#M5045</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-03-23T10:57:12Z</dc:date>
    </item>
  </channel>
</rss>

