<?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: Strato DataTable.Pagination is there a way to change the values available in the drop down for &amp;quot;row per page&amp;quot; in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Strato-DataTable-Pagination-is-there-a-way-to-change-the-values/m-p/217308#M383</link>
    <description>&lt;P&gt;Hi there&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can change the page size to&amp;nbsp;any value you want. In the following example, I changed the default size to 7:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;    &amp;lt;DataTable columns={columns} data={data}&amp;gt;
      &amp;lt;DataTable.Pagination defaultPageSize={7} /&amp;gt;
    &amp;lt;/DataTable&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sun, 09 Jul 2023 20:24:53 GMT</pubDate>
    <dc:creator>imsingh</dc:creator>
    <dc:date>2023-07-09T20:24:53Z</dc:date>
    <item>
      <title>Strato DataTable.Pagination is there a way to change the values available in the drop down for "row per page"</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Strato-DataTable-Pagination-is-there-a-way-to-change-the-values/m-p/217300#M381</link>
      <description>&lt;P&gt;I would like the row per page values to be different than what is there by default [10, 20, 30, 40 ,50].&amp;nbsp; Is there a way to change this?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 20:19:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Strato-DataTable-Pagination-is-there-a-way-to-change-the-values/m-p/217300#M381</guid>
      <dc:creator>scott-smith</dc:creator>
      <dc:date>2023-07-07T20:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Strato DataTable.Pagination is there a way to change the values available in the drop down for "row per page"</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Strato-DataTable-Pagination-is-there-a-way-to-change-the-values/m-p/217308#M383</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can change the page size to&amp;nbsp;any value you want. In the following example, I changed the default size to 7:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;    &amp;lt;DataTable columns={columns} data={data}&amp;gt;
      &amp;lt;DataTable.Pagination defaultPageSize={7} /&amp;gt;
    &amp;lt;/DataTable&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2023 20:24:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Strato-DataTable-Pagination-is-there-a-way-to-change-the-values/m-p/217308#M383</guid>
      <dc:creator>imsingh</dc:creator>
      <dc:date>2023-07-09T20:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Strato DataTable.Pagination is there a way to change the values available in the drop down for "row per page"</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Strato-DataTable-Pagination-is-there-a-way-to-change-the-values/m-p/217787#M387</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; Is there also a way to change the list of page sizes that can be selected in the drop down list displayed.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 14:13:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Strato-DataTable-Pagination-is-there-a-way-to-change-the-values/m-p/217787#M387</guid>
      <dc:creator>scott-smith</dc:creator>
      <dc:date>2023-07-12T14:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Strato DataTable.Pagination is there a way to change the values available in the drop down for "row per page"</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Strato-DataTable-Pagination-is-there-a-way-to-change-the-values/m-p/218333#M401</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/62022"&gt;@scott-smith&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The &lt;FONT face="courier new,courier"&gt;defaultPageSize&lt;/FONT&gt;&amp;nbsp;also influences the page size dropdown list ("x rows per page"). The specified value will be displayed as the smallest page size value. Furthermore, up to 4 more&amp;nbsp;options will be available in the UI.&amp;nbsp;The default options are&amp;nbsp;10, 20, 30, 40, and 50. If you specify a defaultPageSize of 7 , the&amp;nbsp;options will automatically be 7, 14, 21, 28, and 35.&lt;/P&gt;
&lt;P&gt;Could you let me know if this meets what you're trying to achieve?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 06:22:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Strato-DataTable-Pagination-is-there-a-way-to-change-the-values/m-p/218333#M401</guid>
      <dc:creator>SarahRiener</dc:creator>
      <dc:date>2023-07-18T06:22:43Z</dc:date>
    </item>
  </channel>
</rss>

