<?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: how to perform to disable repeatition image onclick within cell? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-perform-to-disable-repeatition-image-onclick-within-cell/m-p/225326#M13960</link>
    <description>&lt;P&gt;i added the option charting.drilldown but no change appear.&lt;BR /&gt;
i have the same problem&lt;BR /&gt;
this is how the options for tableElement is configured (by default when i convert from xml to html):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; var idtable = new TableElement({
                "id": "idtable",
                "count": 10,
                "dataOverlayMode": "none",
                "drilldown": "cell",
                "charting.drilldown": "none",
                "rowNumbers": "false",
                "wrap": "true",
               "managerid": "search1",
               "el": $('#idtable ')
          }, {tokens: true, tokenNamespace: "submitted"}).render();
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 10 Aug 2016 19:20:44 GMT</pubDate>
    <dc:creator>sfatnass</dc:creator>
    <dc:date>2016-08-10T19:20:44Z</dc:date>
    <item>
      <title>how to perform to disable repeatition image onclick within cell?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-perform-to-disable-repeatition-image-onclick-within-cell/m-p/225324#M13958</link>
      <description>&lt;P&gt;hi&lt;/P&gt;

&lt;P&gt;i added some pictures on table search&lt;/P&gt;

&lt;P&gt;i use render to perform the event click on the cell&lt;/P&gt;

&lt;P&gt;but when i click on the cell the image multiplies see the screenshot :&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1717i3EA3B8760C338667/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;and this is my css code : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#tableid td.range-checked {
    background-image: url('checked.png') !important;
    background-repeat: no-repeat;
    background-position: center;
}

#tableid td.range-unchecked{
    background-image: url('unchecked.png') !important;
    background-repeat: no-repeat;
    background-position: center;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;i don't know what can i do to resolve this problem, may be something to add on my css.&lt;BR /&gt;
if any body have any idea&lt;BR /&gt;
thx &lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 14:08:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-perform-to-disable-repeatition-image-onclick-within-cell/m-p/225324#M13958</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2016-08-10T14:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to perform to disable repeatition image onclick within cell?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-perform-to-disable-repeatition-image-onclick-within-cell/m-p/225325#M13959</link>
      <description>&lt;P&gt;I would go to the dashboard panel and turn off drilldown for the panel. In XML it is&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But I don't know how to do this in HTML or JavaScript. I don't think you can fix this in your CSS.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 16:45:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-perform-to-disable-repeatition-image-onclick-within-cell/m-p/225325#M13959</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2016-08-10T16:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to perform to disable repeatition image onclick within cell?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-perform-to-disable-repeatition-image-onclick-within-cell/m-p/225326#M13960</link>
      <description>&lt;P&gt;i added the option charting.drilldown but no change appear.&lt;BR /&gt;
i have the same problem&lt;BR /&gt;
this is how the options for tableElement is configured (by default when i convert from xml to html):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; var idtable = new TableElement({
                "id": "idtable",
                "count": 10,
                "dataOverlayMode": "none",
                "drilldown": "cell",
                "charting.drilldown": "none",
                "rowNumbers": "false",
                "wrap": "true",
               "managerid": "search1",
               "el": $('#idtable ')
          }, {tokens: true, tokenNamespace: "submitted"}).render();
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Aug 2016 19:20:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-perform-to-disable-repeatition-image-onclick-within-cell/m-p/225326#M13960</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2016-08-10T19:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to perform to disable repeatition image onclick within cell?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-perform-to-disable-repeatition-image-onclick-within-cell/m-p/225327#M13961</link>
      <description>&lt;P&gt;no one have an idea?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 08:23:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-perform-to-disable-repeatition-image-onclick-within-cell/m-p/225327#M13961</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2016-08-17T08:23:49Z</dc:date>
    </item>
  </channel>
</rss>

