if ( thead.length === 0 )
      {
        thead = [ document.createElement( 'thead' ) ];
        this.appendChild( thead[0] );
      }