{"id":3158,"date":"2014-03-17T17:25:04","date_gmt":"2014-03-17T17:25:04","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/17\/uncaught-referenceerror-fixedcolumns-is-not-defined-collection-of-common-programming-errors\/"},"modified":"2014-03-17T17:25:04","modified_gmt":"2014-03-17T17:25:04","slug":"uncaught-referenceerror-fixedcolumns-is-not-defined-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/17\/uncaught-referenceerror-fixedcolumns-is-not-defined-collection-of-common-programming-errors\/","title":{"rendered":"Uncaught ReferenceError: FixedColumns is not defined-Collection of common programming errors"},"content":{"rendered":"<p>I&#8217;m following the examples to use FixedColumns.<\/p>\n<pre><code>var oTable4 = $('#example').dataTable( {\n            \"sScrollY\": \"300px\",\n            \"sScrollX\": \"100%\",\n            \"sScrollXInner\": \"150%\",\n            \"bScrollCollapse\": true,\n            \"bPaginate\": false\n        } );\n        new FixedColumns( oTable4 );\n<\/code><\/pre>\n<p>I get the following error which means I&#8217;ve made some error initializing it&#8230;<\/p>\n<pre><code>Uncaught ReferenceError: FixedColumns is not defined \n<\/code><\/pre>\n<p>Is FixedColumn a seperate plugin?<\/p>\n<p>I&#8217;m using jQuery 1.9.1.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;m following the examples to use FixedColumns. var oTable4 = $(&#8216;#example&#8217;).dataTable( { &#8220;sScrollY&#8221;: &#8220;300px&#8221;, &#8220;sScrollX&#8221;: &#8220;100%&#8221;, &#8220;sScrollXInner&#8221;: &#8220;150%&#8221;, &#8220;bScrollCollapse&#8221;: true, &#8220;bPaginate&#8221;: false } ); new FixedColumns( oTable4 ); I get the following error which means I&#8217;ve made some error initializing it&#8230; Uncaught ReferenceError: FixedColumns is not defined Is FixedColumn a seperate plugin? I&#8217;m using jQuery [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3158","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3158","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=3158"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3158\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=3158"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=3158"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=3158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}