<?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: Dynatrace SDK - DataTable :: CSS row hover in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267052#M1242</link>
    <description>&lt;P&gt;Hey &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/84142"&gt;@chris_cho&lt;/a&gt; - the `DataTableV2` not only has feature parity with the `DataTable` but also has a lot more features. I would suggest migrating from the `DataTable` to the `DataTableV2`as we will be deprecating the `DataTable`.&lt;/P&gt;
&lt;P&gt;In terms of migration, we have created a migration guide here: &lt;A href="https://developer.dynatrace.com/design/components-preview/tables/DataTableV2/migrationGuide/" target="_blank"&gt;https://developer.dynatrace.com/design/components-preview/tables/DataTableV2/migrationGuide/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2025 07:03:53 GMT</pubDate>
    <dc:creator>MikeleH</dc:creator>
    <dc:date>2025-01-10T07:03:53Z</dc:date>
    <item>
      <title>Dynatrace SDK - DataTable :: CSS row hover</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/266807#M1230</link>
      <description>&lt;P&gt;How can I implement for a DataTable to highlight the &lt;STRONG&gt;hovered&lt;/STRONG&gt; row?&lt;BR /&gt;Not sure how to set the [&lt;EM&gt;className&lt;/EM&gt;] property at the row level.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 15:13:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/266807#M1230</guid>
      <dc:creator>chris_cho</dc:creator>
      <dc:date>2025-01-08T15:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace SDK - DataTable :: CSS row hover</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/266953#M1239</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/84142"&gt;@chris_cho&lt;/a&gt; - the feature you're looking for is natively supported and is called "interactiveRows" (so no css needed &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ). I see that it's missing from the docs, so will make sure that it's added.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE class="prism-code codeBlock_bY9V thin-scrollbar  language-tsx" style="color: #393a34; background-color: #f6f8fa;" tabindex="0"&gt;&lt;CODE&gt;&amp;lt;DataTableV2 data={data} columns={columns} interactiveRows /&amp;gt;;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Jan 2025 07:29:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/266953#M1239</guid>
      <dc:creator>MikeleH</dc:creator>
      <dc:date>2025-01-09T07:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace SDK - DataTable :: CSS row hover</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267012#M1240</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/3623"&gt;@MikeleH&lt;/a&gt;, thank you for the quick response.&lt;BR /&gt;It looks that this property is available to DataTableV2 but not to DataTable control.&lt;BR /&gt;I will try to changing the implementation by using DataTableV2 but it doesn't look like a straightforward transition considering that I also used other properties of DataTable as&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;columnVisibility&lt;/EM&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;onColumnVisibilityChange&lt;/EM&gt;, &lt;EM&gt;rowThresholds&lt;/EM&gt;, also distinct control that shows conditionally the &lt;EM&gt;data is loading&lt;/EM&gt; in the DataTable.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 16:18:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267012#M1240</guid>
      <dc:creator>chris_cho</dc:creator>
      <dc:date>2025-01-09T16:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace SDK - DataTable :: CSS row hover</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267052#M1242</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/84142"&gt;@chris_cho&lt;/a&gt; - the `DataTableV2` not only has feature parity with the `DataTable` but also has a lot more features. I would suggest migrating from the `DataTable` to the `DataTableV2`as we will be deprecating the `DataTable`.&lt;/P&gt;
&lt;P&gt;In terms of migration, we have created a migration guide here: &lt;A href="https://developer.dynatrace.com/design/components-preview/tables/DataTableV2/migrationGuide/" target="_blank"&gt;https://developer.dynatrace.com/design/components-preview/tables/DataTableV2/migrationGuide/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 07:03:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267052#M1242</guid>
      <dc:creator>MikeleH</dc:creator>
      <dc:date>2025-01-10T07:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace SDK - DataTable :: CSS row hover</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267151#M1246</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/3623"&gt;@MikeleH&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I have tried to implement the current logic by by manually changing the DataTable with DataTableV2 component.&lt;BR /&gt;Unfortunately, following the examples given in Dynatrace Developer documentation, it doesn't work for me.&lt;BR /&gt;First,&amp;nbsp;I found the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;DataTableV2&lt;/STRONG&gt;&lt;/EM&gt; component in "&lt;EM&gt;@dynatrace/strato-components-preview/tables/&lt;STRONG&gt;DataTableV2/DataTableV2&lt;/STRONG&gt;&lt;/EM&gt;" instead of "@dynatrace/strato-components-preview/tables".&lt;BR /&gt;But, in "&lt;EM&gt;@dynatrace/strato-components-preview/tables&lt;/EM&gt;" I found the component &lt;EM&gt;&lt;STRONG&gt;_DataTableV2&lt;/STRONG&gt;&lt;/EM&gt; (prefixed with underscore)&lt;BR /&gt;DataTableV2 component doesn't recognize any of underneath elements such as Toolbar, VisibilitySettings,&amp;nbsp;DownloadData.&lt;BR /&gt;&lt;BR /&gt;Also, I followed the instructions provided in the migration guide:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;installed&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;jscodeshift&lt;BR /&gt;&lt;/STRONG&gt;npm install -g jscodeshift&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;downloaded locally the file provided in the documentation -&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;migrate-datatable-datatablev2.js&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;executed the migration script over an existing component file that includes the DataTable component.&lt;BR /&gt;&lt;EM&gt;npx jscodeshift --parser tsx -t &amp;lt;path-to-downloaded-file&amp;gt;\migrate-datatable-datatablev2.js &amp;lt;path-to-target-component-file&amp;gt;.tsx&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;still no success&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chris_cho_2-1736545706553.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25662i982E2BE345BB0A50/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chris_cho_2-1736545706553.png" alt="chris_cho_2-1736545706553.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I am not quite sure what I am missing. Please advise.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 22:20:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267151#M1246</guid>
      <dc:creator>chris_cho</dc:creator>
      <dc:date>2025-01-10T22:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace SDK - DataTable :: CSS row hover</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267158#M1247</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/3623" target="_blank" rel="noopener"&gt;@MikeleH&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Checking again the app templates from Dynatrace GitHub, I updated the package.json versions for packages&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64071"&gt;@dynatrace&lt;/a&gt;/strato-components&lt;/EM&gt; and&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64071"&gt;@dynatrace&lt;/a&gt;/strato-components-preview&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chris_cho_0-1736580875330.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25663i8D0B69B71BC1A0B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chris_cho_0-1736580875330.png" alt="chris_cho_0-1736580875330.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Afterwards, I executed &lt;EM&gt;npx install&lt;/EM&gt;&amp;nbsp;and&amp;nbsp;&lt;EM&gt;npx dt-app build&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN&gt;All good!&amp;nbsp;&lt;/SPAN&gt;Now, I can use the DataTableV2 component as expected and indeed I can see property&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;interactiveRows&lt;/EM&gt;.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2025 07:43:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267158#M1247</guid>
      <dc:creator>chris_cho</dc:creator>
      <dc:date>2025-01-11T07:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace SDK - DataTable :: CSS row hover</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267161#M1248</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/3623"&gt;@MikeleH&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;After I setup the SDK to work with DataTableV2 component, and adjusted accordingly the code, I noticed that the control doesn't work as expected, especially as looks-and-fills.&lt;BR /&gt;My component page has a main DataTable component not page based but scroll controlled, based on the DataTable height property that is missing for the DataTableV2. The second DataTable is displayed based on a row action from the main DataTable. The data in these two tables could be as few rows up to few hundred rows. The idea using height property is to control the height of the DataTable controls, at least the main on. With vertical scroll is more convenient to find a record than having the DataTable page based.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chris_cho_0-1736623653735.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25664iADC81B9492613024/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chris_cho_0-1736623653735.png" alt="chris_cho_0-1736623653735.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On the other hand the new property &lt;EM&gt;interactiveRows&lt;/EM&gt;, for DataTableV2 doesn't work as expected. It doesn't highlight the hovered row.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2025 19:29:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267161#M1248</guid>
      <dc:creator>chris_cho</dc:creator>
      <dc:date>2025-01-11T19:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace SDK - DataTable :: CSS row hover</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267217#M1250</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/84142"&gt;@chris_cho&lt;/a&gt;&amp;nbsp;Hi there&lt;BR /&gt;&lt;BR /&gt;Can you provide a codesandbox or a code snippet so that we can replicate what you're doing?&lt;BR /&gt;&lt;BR /&gt;This will help us in providing you better solution for your problem.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;
&lt;P&gt;Indermohan Singh&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 11:03:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267217#M1250</guid>
      <dc:creator>imsingh</dc:creator>
      <dc:date>2025-01-13T11:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace SDK - DataTable :: CSS row hover</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267249#M1253</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52863"&gt;@imsingh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;For now, we are fine with what I accomplished. The code of component page is quite complex to share.&lt;BR /&gt;Here is just a screenshot with the code for DataTableV2, having the property [&lt;STRONG&gt;height&lt;/STRONG&gt;] no longer available.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chris_cho_0-1736779135280.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25680iCCFD78D29849F70E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chris_cho_0-1736779135280.png" alt="chris_cho_0-1736779135280.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, I will check later again the coming releases which may include the &lt;EM&gt;&lt;STRONG&gt;DataTableV2&lt;/STRONG&gt;&lt;/EM&gt; and &lt;EM&gt;&lt;STRONG&gt;SelectV2&lt;/STRONG&gt;&lt;/EM&gt;.&lt;BR /&gt;Quite same it's for SelectV2 component. I couldn't set the height of the dropdown list, to scroll the elements based on vertical scrollbar. The dropdown list extends the page vertically as many select options as they are.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 14:42:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267249#M1253</guid>
      <dc:creator>chris_cho</dc:creator>
      <dc:date>2025-01-13T14:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace SDK - DataTable :: CSS row hover</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267250#M1254</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/84142"&gt;@chris_cho&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can still change the height of the DataTableV2. You just have to wrap it around a component that accepts height.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In your case, easiest would be to do something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;&amp;lt;Flex height={200}&amp;gt;&amp;lt;DataTableV2&amp;gt;&amp;lt;/DataTableV2&amp;gt;&amp;lt;/Flex&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I hope that helps.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 14:48:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267250#M1254</guid>
      <dc:creator>imsingh</dc:creator>
      <dc:date>2025-01-13T14:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace SDK - DataTable :: CSS row hover</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267252#M1255</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52863"&gt;@imsingh&lt;/a&gt;,&lt;BR /&gt;This is not the same as having the initial property &lt;EM&gt;&lt;STRONG&gt;height&lt;/STRONG&gt;&lt;/EM&gt; available for DataTableV2&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;The header of the table should remain static&lt;/STRONG&gt;, when it scrolls up and down, as it does for initial&amp;nbsp;&lt;STRONG&gt;DataTable&lt;/STRONG&gt; control,&amp;nbsp;as I specified earlier in this chat.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chris_cho_0-1736780934856.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25682i75A655B31555A4F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chris_cho_0-1736780934856.png" alt="chris_cho_0-1736780934856.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Anyway, for now, I will keep using DataTable, and perhaps in the next releases the DataTableV2 will have some enhancements to include all features from DataTable, and also will be included in the documentation.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 15:09:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267252#M1255</guid>
      <dc:creator>chris_cho</dc:creator>
      <dc:date>2025-01-13T15:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace SDK - DataTable :: CSS row hover</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267260#M1256</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/84142"&gt;@chris_cho&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Can you give it a try? I've tried it already and it does exactly what you want. It makes the header sticky and provide a scrollbar. You can check the screenshot attached.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-01-13 at 16.22.52.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25686iB708E771879BEA57/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-01-13 at 16.22.52.png" alt="Screenshot 2025-01-13 at 16.22.52.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 15:23:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267260#M1256</guid>
      <dc:creator>imsingh</dc:creator>
      <dc:date>2025-01-13T15:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace SDK - DataTable :: CSS row hover</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267273#M1258</link>
      <description>&lt;P&gt;Than you&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52863"&gt;@imsingh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 16:43:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-SDK-DataTable-CSS-row-hover/m-p/267273#M1258</guid>
      <dc:creator>chris_cho</dc:creator>
      <dc:date>2025-01-13T16:43:59Z</dc:date>
    </item>
  </channel>
</rss>

