<?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: Is there a Replacement for table-show class in Calcite? in Calcite Design System Questions</title>
    <link>https://community.esri.com/t5/calcite-design-system-questions/is-there-a-replacement-for-table-show-class-in/m-p/1400853#M613</link>
    <description>&lt;P&gt;Perfect, thank you so much!&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2024 13:07:23 GMT</pubDate>
    <dc:creator>ArianaBernal</dc:creator>
    <dc:date>2024-03-26T13:07:23Z</dc:date>
    <item>
      <title>Is there a Replacement for table-show class in Calcite?</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/is-there-a-replacement-for-table-show-class-in/m-p/1400537#M611</link>
      <description>&lt;P&gt;We have a live application which was utilizing the .tablet-show, .tablet-hide classes which I believe were part of &lt;A href="https://esri.github.io/calcite-web/quick-reference/class-sheet/" target="_self"&gt;Calcite-Web&lt;/A&gt; which is now deprecated. This has made my application no longer mobile friendly and I am not finding this functionality on the calcite components in the rest of the documentation. I tried updating to different versions of the SDK and Design System,and that did not help.&lt;/P&gt;&lt;P&gt;Here is the live site to see the issue.&lt;/P&gt;&lt;P&gt;Do you all have a similar function class or a recommendation to correct this? I hid mobile on our live site, but here is a &lt;A href="https://cityofroundrock.github.io/CityView/" target="_self"&gt;git-hub page showing the bug&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-03-25_14-23-59.jpg" style="width: 396px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99006iF74878057D6525D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-03-25_14-23-59.jpg" alt="2024-03-25_14-23-59.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-03-25_14-23-24.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99007iCD00A2D36F750E1B/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-03-25_14-23-24.jpg" alt="2024-03-25_14-23-24.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 19:38:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/is-there-a-replacement-for-table-show-class-in/m-p/1400537#M611</guid>
      <dc:creator>ArianaBernal</dc:creator>
      <dc:date>2024-03-25T19:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Replacement for table-show class in Calcite?</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/is-there-a-replacement-for-table-show-class-in/m-p/1400695#M612</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/80620"&gt;@ArianaBernal&lt;/a&gt;&amp;nbsp;- at this time, there are no utility classes in Calcite Design System to replace that functionality from Calcite Web.&lt;BR /&gt;&lt;BR /&gt;However, it is easy to replicate this behavior on your own with&amp;nbsp;&lt;A title="Using Media Queries (MDN reference)" href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries" target="_blank" rel="noopener"&gt;Media Queries (MDN reference)&lt;/A&gt;. Using this technique, you can customize your app as needed.&lt;BR /&gt;&lt;BR /&gt;To replace the Calcite Web &lt;STRONG&gt;.tablet-show&lt;/STRONG&gt; class, you could do something like this in css:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.show-on-small-viewports {
  display: none;
}

@media (max-width: 860px) {
  .show-on-large-viewports {
    display: none;
  }

  .show-on-small-viewports {
    display: block;
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A title="CodePen Home Showing and Hiding Content with Media Queries" href="https://codepen.io/mac_and_cheese/pen/NWmgBGY?editors=1000" target="_blank" rel="noopener"&gt;Example in Codepen&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 01:59:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/is-there-a-replacement-for-table-show-class-in/m-p/1400695#M612</guid>
      <dc:creator>Mac_And_Cheese</dc:creator>
      <dc:date>2024-03-26T01:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Replacement for table-show class in Calcite?</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/is-there-a-replacement-for-table-show-class-in/m-p/1400853#M613</link>
      <description>&lt;P&gt;Perfect, thank you so much!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 13:07:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/is-there-a-replacement-for-table-show-class-in/m-p/1400853#M613</guid>
      <dc:creator>ArianaBernal</dc:creator>
      <dc:date>2024-03-26T13:07:23Z</dc:date>
    </item>
  </channel>
</rss>

