為了使render 出來的HTML 是有效的, <Columns /> 需要回傳多個 <td> element。如果將parent div 元素放在 <Columns /> 中的 render() 區塊,將會使生成的HTML 無效。
確定! 回上一頁