<?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: Unable to Restore Row Height After Accidental Resize in Data Table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Unable-to-Restore-Row-Height-After-Accidental-Resize-in-Data/m-p/936996#M109224</link>
    <description>&lt;P&gt;Thank you for the tips.&lt;/P&gt;
&lt;P&gt;I updated JMP and it works well.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Mar 2026 00:22:31 GMT</pubDate>
    <dc:creator>H_TJ</dc:creator>
    <dc:date>2026-03-24T00:22:31Z</dc:date>
    <item>
      <title>Unable to Restore Row Height After Accidental Resize in Data Table</title>
      <link>https://community.jmp.com/t5/Discussions/Unable-to-Restore-Row-Height-After-Accidental-Resize-in-Data/m-p/936671#M109197</link>
      <description>&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;I encountered an issue while working with a data table in JMP 18.2.1.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;While trying to select rows, I accidentally dragged the mouse in a way that resized the row height instead of selecting. As a result, the row height became excessively large, making the table difficult to view.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;The problem is that there appears to be no way to restore the row height to its original size using the mouse. Attempting to manually resize it back does not return it to the default height, and it is very difficult to achieve a consistent or clean layout again.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;This behavior is quite inconvenient, especially since it is easy to trigger accidentally due to the narrow boundary between selection and resizing. It would be helpful if one of the following improvements could be implemented:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;→ A simple way to reset row height to default&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;→ An option to lock row height to prevent accidental resizing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;→ More distinct interaction between selection and resizing&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your consideration.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 00:26:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unable-to-Restore-Row-Height-After-Accidental-Resize-in-Data/m-p/936671#M109197</guid>
      <dc:creator>H_TJ</dc:creator>
      <dc:date>2026-03-23T00:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Restore Row Height After Accidental Resize in Data Table</title>
      <link>https://community.jmp.com/t5/Discussions/Unable-to-Restore-Row-Height-After-Accidental-Resize-in-Data/m-p/936750#M109200</link>
      <description>&lt;P class="isSelectedEnd"&gt;&lt;EM&gt;It would be helpful if one of the following improvements could be implemented: -&amp;gt;&amp;nbsp;&lt;A href="https://community.jmp.com/t5/JMP-Wish-List/idb-p/jmp-wish-list" target="_self"&gt;JMP Wish List&lt;/A&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 05:15:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unable-to-Restore-Row-Height-After-Accidental-Resize-in-Data/m-p/936750#M109200</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-03-23T05:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Restore Row Height After Accidental Resize in Data Table</title>
      <link>https://community.jmp.com/t5/Discussions/Unable-to-Restore-Row-Height-After-Accidental-Resize-in-Data/m-p/936839#M109206</link>
      <description>&lt;P&gt;The way I've found to do this is to set the height to zero.&amp;nbsp; It sets it to the default height instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; Set Cell Height( 0 );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Mar 2026 13:02:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unable-to-Restore-Row-Height-After-Accidental-Resize-in-Data/m-p/936839#M109206</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2026-03-23T13:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Restore Row Height After Accidental Resize in Data Table</title>
      <link>https://community.jmp.com/t5/Discussions/Unable-to-Restore-Row-Height-After-Accidental-Resize-in-Data/m-p/936840#M109207</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/93727"&gt;@H_TJ&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I hear you on this frustration! In JMP 19 we introduced an easy way to reset the row height to default: &lt;STRONG&gt;double click the border between the rows in the left-hand area of the table &lt;/STRONG&gt;(where the row numbers are). Also in JMP 19, resizing can only be done in that same left-hand area, which we hoped would limit accidental resizing when trying to select rows/cells.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In JMP 18 and earlier, resetting the row heights to default can be done via jsl (which I know is not ideal):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Data Table() &amp;lt;&amp;lt; Set Cell Height(0)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;-Jules&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 13:04:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unable-to-Restore-Row-Height-After-Accidental-Resize-in-Data/m-p/936840#M109207</guid>
      <dc:creator>jules</dc:creator>
      <dc:date>2026-03-23T13:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Restore Row Height After Accidental Resize in Data Table</title>
      <link>https://community.jmp.com/t5/Discussions/Unable-to-Restore-Row-Height-After-Accidental-Resize-in-Data/m-p/936996#M109224</link>
      <description>&lt;P&gt;Thank you for the tips.&lt;/P&gt;
&lt;P&gt;I updated JMP and it works well.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 00:22:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unable-to-Restore-Row-Height-After-Accidental-Resize-in-Data/m-p/936996#M109224</guid>
      <dc:creator>H_TJ</dc:creator>
      <dc:date>2026-03-24T00:22:31Z</dc:date>
    </item>
  </channel>
</rss>

