<?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: TypeError: TableView.BaseRowExpansionRenderer is undefined in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/TypeError-TableView-BaseRowExpansionRenderer-is-undefined/m-p/186084#M2487</link>
    <description>&lt;P&gt;Almost forgot to update this, I created a case for this issue and it is a confirmed bug. I've been working through the process this week but still have no ETA from Splunk on fix.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jun 2014 11:54:33 GMT</pubDate>
    <dc:creator>devicenul1</dc:creator>
    <dc:date>2014-06-20T11:54:33Z</dc:date>
    <item>
      <title>TypeError: TableView.BaseRowExpansionRenderer is undefined</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/TypeError-TableView-BaseRowExpansionRenderer-is-undefined/m-p/186082#M2485</link>
      <description>&lt;P&gt;Hi , &lt;/P&gt;

&lt;P&gt;On running the example from Splunk documentation on &lt;A href="http://dev.splunk.com/view/SP-CAAAEWM"&gt;customrenderers&lt;/A&gt;, I get the error &lt;STRONG&gt;"TypeError: TableView.BaseRowExpansionRenderer is undefined"&lt;/STRONG&gt; on my browser console and the custom row expansion bit doesn't work . I am running the example as is and was expecting it to work. Am I missing out on anything ?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Sumant&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 00:38:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/TypeError-TableView-BaseRowExpansionRenderer-is-undefined/m-p/186082#M2485</guid>
      <dc:creator>SumanthS</dc:creator>
      <dc:date>2014-06-03T00:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: TypeError: TableView.BaseRowExpansionRenderer is undefined</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/TypeError-TableView-BaseRowExpansionRenderer-is-undefined/m-p/186083#M2486</link>
      <description>&lt;P&gt;Experiencing the Exact same issue ... were you able to get it resolved? I'm using the code straight from the example, the documentation doesn't list BaseRowExpansionRenderer at all.&lt;/P&gt;

&lt;P&gt;Example code:&lt;A href="http://dev.splunk.com/view/webframework-codeexamples/SP-CAAAEVM"&gt;http://dev.splunk.com/view/webframework-codeexamples/SP-CAAAEVM&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;my code: &lt;A href="http://pastebin.com/8Ypy0tTe"&gt;http://pastebin.com/8Ypy0tTe&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2014 20:54:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/TypeError-TableView-BaseRowExpansionRenderer-is-undefined/m-p/186083#M2486</guid>
      <dc:creator>devicenul1</dc:creator>
      <dc:date>2014-06-12T20:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: TypeError: TableView.BaseRowExpansionRenderer is undefined</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/TypeError-TableView-BaseRowExpansionRenderer-is-undefined/m-p/186084#M2487</link>
      <description>&lt;P&gt;Almost forgot to update this, I created a case for this issue and it is a confirmed bug. I've been working through the process this week but still have no ETA from Splunk on fix.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 11:54:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/TypeError-TableView-BaseRowExpansionRenderer-is-undefined/m-p/186084#M2487</guid>
      <dc:creator>devicenul1</dc:creator>
      <dc:date>2014-06-20T11:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: TypeError: TableView.BaseRowExpansionRenderer is undefined</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/TypeError-TableView-BaseRowExpansionRenderer-is-undefined/m-p/186085#M2488</link>
      <description>&lt;P&gt;This BaseRowExpansionRenderer code is not present in &amp;gt;=Splunk 6.03. You can check tableview code it is not implemented.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2014 17:28:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/TypeError-TableView-BaseRowExpansionRenderer-is-undefined/m-p/186085#M2488</guid>
      <dc:creator>Arun_N_007</dc:creator>
      <dc:date>2014-06-25T17:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: TypeError: TableView.BaseRowExpansionRenderer is undefined</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/TypeError-TableView-BaseRowExpansionRenderer-is-undefined/m-p/186086#M2489</link>
      <description>&lt;P&gt;Yes , I realized that and upgraded to 6.1 and dont have the problem there . Thanks .&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 11:11:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/TypeError-TableView-BaseRowExpansionRenderer-is-undefined/m-p/186086#M2489</guid>
      <dc:creator>SumanthS</dc:creator>
      <dc:date>2014-06-26T11:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: TypeError: TableView.BaseRowExpansionRenderer is undefined</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/TypeError-TableView-BaseRowExpansionRenderer-is-undefined/m-p/186087#M2490</link>
      <description>&lt;P&gt;Apologies for the delayed response . Thanks and that's good to know that Splunk folks are on it .I got around it by upgrading the version from 6.0 to 6.1 .&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 11:17:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/TypeError-TableView-BaseRowExpansionRenderer-is-undefined/m-p/186087#M2490</guid>
      <dc:creator>SumanthS</dc:creator>
      <dc:date>2014-06-26T11:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: TypeError: TableView.BaseRowExpansionRenderer is undefined</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/TypeError-TableView-BaseRowExpansionRenderer-is-undefined/m-p/186088#M2491</link>
      <description>&lt;P&gt;Strange below is my response from Splunk regarding versions that this is not working in &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;I can definitively say that the code you have here works fine in Splunk 6.0.4 (build 207768).

And fails in Splunk 6.1.1 (build 207789). 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So I'm guessing this problem just comes around here and there. As I've tested in 6.0 (don't remember change version) and 6.1.1&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 12:30:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/TypeError-TableView-BaseRowExpansionRenderer-is-undefined/m-p/186088#M2491</guid>
      <dc:creator>devicenul1</dc:creator>
      <dc:date>2014-06-26T12:30:17Z</dc:date>
    </item>
  </channel>
</rss>

