<?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 Resize Columns like in Default Matrix in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Resize-Columns-like-in-Default-Matrix/m-p/2805973#M5481</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i am create a default matrix like visual and i want to implement the column resize feature:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="default matrix resize column.jpg" style="width: 440px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/795533i5865BF90EDF6C632/image-size/large?v=v2&amp;amp;px=999" role="button" title="default matrix resize column.jpg" alt="default matrix resize column.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do i:&lt;/P&gt;&lt;P&gt;- show the possibilty to resize the column&lt;/P&gt;&lt;P&gt;- store the new column size, so that after every reload/refresh i can show the same column width&lt;/P&gt;&lt;P&gt;- how to change the overall view port to show a horizontal scrollbar&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2022 10:10:12 GMT</pubDate>
    <dc:creator>r14r</dc:creator>
    <dc:date>2022-09-29T10:10:12Z</dc:date>
    <item>
      <title>Resize Columns like in Default Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Resize-Columns-like-in-Default-Matrix/m-p/2805973#M5481</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i am create a default matrix like visual and i want to implement the column resize feature:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="default matrix resize column.jpg" style="width: 440px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/795533i5865BF90EDF6C632/image-size/large?v=v2&amp;amp;px=999" role="button" title="default matrix resize column.jpg" alt="default matrix resize column.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do i:&lt;/P&gt;&lt;P&gt;- show the possibilty to resize the column&lt;/P&gt;&lt;P&gt;- store the new column size, so that after every reload/refresh i can show the same column width&lt;/P&gt;&lt;P&gt;- how to change the overall view port to show a horizontal scrollbar&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 10:10:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Resize-Columns-like-in-Default-Matrix/m-p/2805973#M5481</guid>
      <dc:creator>r14r</dc:creator>
      <dc:date>2022-09-29T10:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Resize Columns like in Default Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Resize-Columns-like-in-Default-Matrix/m-p/2807209#M5535</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/429877"&gt;@r14r&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You might be better asking these questions on a forum that's more specifically suited to JavaScript and CSS (such as stack overflow), as there are not many web developers actively around on the Power BI forums.&lt;/P&gt;
&lt;P&gt;That being said, &lt;A href="https://webdevtrick.com/resizable-table-columns" target="_self"&gt;you can probably start with this article&lt;/A&gt;&amp;nbsp;, which is a good walkthough on how you might build such a design using JavaScript and CSS.&lt;/P&gt;
&lt;P&gt;You may also want to consider &lt;A href="http://tabulator.info/" target="_self"&gt;tabulator&lt;/A&gt;, which has a lot fo the functionality you're probably looking to design already built-in, and you could just focus your work on integration with Power BI. You would also be able to programmaticaly get/set column widths through its APIs, meaning that you could persist these values into suitable settings in your visual for re-use when it is re-initialised or updated.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 20:08:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Resize-Columns-like-in-Default-Matrix/m-p/2807209#M5535</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2022-09-29T20:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Resize Columns like in Default Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Resize-Columns-like-in-Default-Matrix/m-p/2818999#M5732</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the answer and the hints conserning the "css resize".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the main problem is still storing the new column width in the power bi report, so i think it is mainly a topic for this group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanls&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 07:51:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Resize-Columns-like-in-Default-Matrix/m-p/2818999#M5732</guid>
      <dc:creator>r14r</dc:creator>
      <dc:date>2022-10-05T07:51:06Z</dc:date>
    </item>
  </channel>
</rss>

