master
mahdi andalib 3 years ago
parent 2a8f7f01bf
commit 2a74360a2d
  1. 2
      src/App.js
  2. 4
      src/components/ReactTable3/BasicTable.js

@ -75,7 +75,7 @@ function App() {
{/* <Toast /> */} {/* <Toast /> */}
{/* <ProductSuggestion /> */} {/* <ProductSuggestion /> */}
{/* <ProductImage /> */} {/* <ProductImage /> */}
<ProductTab /> {/* <ProductTab /> */}
{/* <ProductStatusCard /> */} {/* <ProductStatusCard /> */}
{/* <AdvertisementDesign1 /> */} {/* <AdvertisementDesign1 /> */}
{/* <AdvertisementDesign2 /> */} {/* <AdvertisementDesign2 /> */}

@ -324,7 +324,7 @@ const BasicTable = () => {
))} ))}
</tfoot> </tfoot>
</table> </table>
{/* <pre> <pre>
<code> <code>
{JSON.stringify( {JSON.stringify(
{ {
@ -334,7 +334,7 @@ const BasicTable = () => {
2 2
)} )}
</code> </code>
</pre> */} </pre>
<div className="mt-3 "> <div className="mt-3 ">
<span className="text-sm ml-4"> <span className="text-sm ml-4">

Loading…
Cancel
Save