diff --git a/chapters/04.16.jsx-table-download.html b/chapters/04.16.jsx-table-download.html index 960a1d5..d027839 100755 --- a/chapters/04.16.jsx-table-download.html +++ b/chapters/04.16.jsx-table-download.html @@ -210,10 +210,7 @@ ]; var Ex = ReactDOM.render( - React.createElement(Excel, { - headers: headers, - initialData: data - }), + , document.getElementById("app") );