<?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 How do I use Calcite pagination with latest Calcite update? It no longer works for me. in Calcite Design System Questions</title>
    <link>https://community.esri.com/t5/calcite-design-system-questions/how-do-i-use-calcite-pagination-with-latest/m-p/1278792#M366</link>
    <description>&lt;P&gt;I have an application I have been working on using the Calcite design system but since I updated Calcite to the latest version out of Beta the pagination function I have no longer works. There used to be a "detail" property which allowed me to change the content my modal when you click the pagination button but this method is now gone...&lt;/P&gt;&lt;P&gt;I see the examples of this pagination component working with the "next Page" "previousPage" methods, nor any explanation to where I am supposed to use those methods.&lt;/P&gt;&lt;P&gt;Can I see an example with this actually working with content or panels? I have attached examples how mine is working using the Beta calcite version.&lt;/P&gt;&lt;P&gt;Info button showing this work - &lt;A href="https://cityview.roundrocktexas.gov/" target="_self"&gt;https://cityview.roundrocktexas.gov/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2023 14:53:07 GMT</pubDate>
    <dc:creator>ArianaBernal</dc:creator>
    <dc:date>2023-04-14T14:53:07Z</dc:date>
    <item>
      <title>How do I use Calcite pagination with latest Calcite update? It no longer works for me.</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/how-do-i-use-calcite-pagination-with-latest/m-p/1278792#M366</link>
      <description>&lt;P&gt;I have an application I have been working on using the Calcite design system but since I updated Calcite to the latest version out of Beta the pagination function I have no longer works. There used to be a "detail" property which allowed me to change the content my modal when you click the pagination button but this method is now gone...&lt;/P&gt;&lt;P&gt;I see the examples of this pagination component working with the "next Page" "previousPage" methods, nor any explanation to where I am supposed to use those methods.&lt;/P&gt;&lt;P&gt;Can I see an example with this actually working with content or panels? I have attached examples how mine is working using the Beta calcite version.&lt;/P&gt;&lt;P&gt;Info button showing this work - &lt;A href="https://cityview.roundrocktexas.gov/" target="_self"&gt;https://cityview.roundrocktexas.gov/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 14:53:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/how-do-i-use-calcite-pagination-with-latest/m-p/1278792#M366</guid>
      <dc:creator>ArianaBernal</dc:creator>
      <dc:date>2023-04-14T14:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use Calcite pagination with latest Calcite update? It no longer works for me.</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/how-do-i-use-calcite-pagination-with-latest/m-p/1278807#M367</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/80620"&gt;@ArianaBernal&lt;/a&gt;, between the beta and production releases, as you mentioned, we had a considerable number of breaking changes.&lt;/P&gt;&lt;P&gt;One of which was our event payload, which was changed from detail to &lt;A href="https://codepen.io/geospatialem/pen/MWPyYaa" target="_blank" rel="noopener"&gt;target&lt;/A&gt;&amp;nbsp;across components:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const paginationEl = document.querySelector("calcite-pagination");
paginationEl.addEventListener("calcitePaginationChange", (evt) =&amp;gt; console.log(evt.target.startItem));&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are some tips and tricks on the &lt;A href="https://developers.arcgis.com/calcite-design-system/core-concepts/#events" target="_blank" rel="noopener"&gt;Core Concepts page&lt;/A&gt;, including some information on events, which could be a great resource to identify some of our patterns with the production release.&lt;/P&gt;&lt;P&gt;Would also recommend taking a look at the &lt;A href="https://developers.arcgis.com/calcite-design-system/release-notes/prior-releases/1.0.3/" target="_blank" rel="noopener"&gt;release notes for 1.0.3&lt;/A&gt; and breaking changes between the beta and production releases, such as &lt;A href="https://github.com/Esri/calcite-components/releases/tag/v1.0.3" target="_blank" rel="noopener"&gt;1.0.3&lt;/A&gt; and &lt;A href="https://github.com/Esri/calcite-components/releases/tag/v1.0.0-beta.99" target="_blank" rel="noopener"&gt;beta.99&lt;/A&gt;. Calcite follows semantic versioning, so production breaking changes will be evident when the major release changes in the future.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 15:10:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/how-do-i-use-calcite-pagination-with-latest/m-p/1278807#M367</guid>
      <dc:creator>KittyHurley</dc:creator>
      <dc:date>2023-04-14T15:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use Calcite pagination with latest Calcite update? It no longer works for me.</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/how-do-i-use-calcite-pagination-with-latest/m-p/1278825#M368</link>
      <description>Hi Ariana,&lt;BR /&gt;&lt;BR /&gt;For pagination, I have something working on this Calcite version. Let me&lt;BR /&gt;know if this could be helpful and I can dig a little deeper.&lt;BR /&gt;&lt;BR /&gt;1.0.0-beta.77&lt;BR /&gt;&lt;BR /&gt;I have yet to migrate forward from this version&lt;BR /&gt;&lt;BR /&gt;-Cory&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Apr 2023 15:37:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/how-do-i-use-calcite-pagination-with-latest/m-p/1278825#M368</guid>
      <dc:creator>coryeicher</dc:creator>
      <dc:date>2023-04-14T15:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use Calcite pagination with latest Calcite update? It no longer works for me.</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/how-do-i-use-calcite-pagination-with-latest/m-p/1278842#M369</link>
      <description>&lt;P&gt;This worked for me thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 15:58:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/how-do-i-use-calcite-pagination-with-latest/m-p/1278842#M369</guid>
      <dc:creator>ArianaBernal</dc:creator>
      <dc:date>2023-04-14T15:58:57Z</dc:date>
    </item>
  </channel>
</rss>

