<?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: Custom cell properties in html/js in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-cell-properties-in-html-js/m-p/293464#M18643</link>
    <description>&lt;P&gt;@ragnaroksg, if possible please add the solution as an answer and accept the same to mark this question answered and for other’s reference.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2017 07:42:02 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2017-10-16T07:42:02Z</dc:date>
    <item>
      <title>Custom cell properties in html/js</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-cell-properties-in-html-js/m-p/293459#M18638</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;

&lt;P&gt;I have a Splunk table in HTML and I want to make some of its cell editables.&lt;BR /&gt;
Is there any way I can add the property "contenteditable"= true to the table from the javascript?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 10:45:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-cell-properties-in-html-js/m-p/293459#M18638</guid>
      <dc:creator>ragnaroksg</dc:creator>
      <dc:date>2017-10-11T10:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom cell properties in html/js</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-cell-properties-in-html-js/m-p/293460#M18639</link>
      <description>&lt;P&gt;The general answer is "no", but it depends on what you are trying to achieve.&lt;/P&gt;

&lt;P&gt;Splunk is not a database, in that sense, so there is no such thing as "editing" the results of a Splunk search.&lt;/P&gt;

&lt;P&gt;On the other hand, it is not difficult to put a javascript layer in front of a Splunk back end, and then let the user modify the data held by the interface, and then do something with that, if you have a business use case.&lt;/P&gt;

&lt;P&gt;Given a reasonable use case, you can also create screens and forms that can change the contents of the indexes, for instance by inserting or deleting records. That is definitely not the normal architecture of Splunk, with the exception of certain workflow methodologies.  More commonly you might have a way to change the contents of lookup tables.  &lt;/P&gt;

&lt;P&gt;If you explain more fully what you are trying to accomplish, then we can help further.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 12:46:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-cell-properties-in-html-js/m-p/293460#M18639</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-10-11T12:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Custom cell properties in html/js</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-cell-properties-in-html-js/m-p/293461#M18640</link>
      <description>&lt;P&gt;I'm getting the data from a kv store and what I'm triying to achieve, is that the user could modify some of the fields.  In my case I have 7 columns in the kv store and the user can only modify the last three of them. The problem is that the table  and  components, appear after the load of the page and the TableElement, so I don't know how to get that table elements. &lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 12:58:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-cell-properties-in-html-js/m-p/293461#M18640</guid>
      <dc:creator>ragnaroksg</dc:creator>
      <dc:date>2017-10-11T12:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom cell properties in html/js</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-cell-properties-in-html-js/m-p/293462#M18641</link>
      <description>&lt;P&gt;@ragnaroksg, following Splunk Dev Site talks about deletion of a KV pair from collection after which corrected KV Pair can be added. See if this fits your needs: &lt;A href="http://dev.splunk.com/view/SP-CAAAEZX"&gt;http://dev.splunk.com/view/SP-CAAAEZX&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 18:39:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-cell-properties-in-html-js/m-p/293462#M18641</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-10-11T18:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Custom cell properties in html/js</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-cell-properties-in-html-js/m-p/293463#M18642</link>
      <description>&lt;P&gt;Hi, I didn't want to do that, but I've already find the answer. All I had to do was using the method onchange in the table element. Thanks for everything&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 07:09:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-cell-properties-in-html-js/m-p/293463#M18642</guid>
      <dc:creator>ragnaroksg</dc:creator>
      <dc:date>2017-10-16T07:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom cell properties in html/js</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-cell-properties-in-html-js/m-p/293464#M18643</link>
      <description>&lt;P&gt;@ragnaroksg, if possible please add the solution as an answer and accept the same to mark this question answered and for other’s reference.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 07:42:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-cell-properties-in-html-js/m-p/293464#M18643</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-10-16T07:42:02Z</dc:date>
    </item>
  </channel>
</rss>

