From 698c59370b441dfd2bb703fd4722df284d439ed2 Mon Sep 17 00:00:00 2001 From: caturbgs Date: Thu, 9 Dec 2021 17:59:39 +0700 Subject: [PATCH] fix: scrollable table in product --- src/pages/Product/Pulsa.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pages/Product/Pulsa.js b/src/pages/Product/Pulsa.js index b633fd1..c6d1e6c 100644 --- a/src/pages/Product/Pulsa.js +++ b/src/pages/Product/Pulsa.js @@ -51,7 +51,6 @@ export const Pulsa = () => { kode: "BROP2", produk: "DATA AXIS 2GB-60HR", harga_beli: "Rp.10.000", - harga_beli: "Rp.10.000", harga_jual: "Rp.40.000", gangguan: Active, tersedia: Ya, @@ -61,7 +60,6 @@ export const Pulsa = () => { kode: "-", produk: "-", harga_beli: "-", - harga_beli: "-", harga_jual: "-", gangguan: Gangguan, tersedia: Tidak, @@ -71,7 +69,6 @@ export const Pulsa = () => { kode: "-", produk: "-", harga_beli: "-", - harga_beli: "-", harga_jual: "-", gangguan: Active, tersedia: Ya, @@ -81,7 +78,6 @@ export const Pulsa = () => { kode: "-", produk: "-", harga_beli: "-", - harga_beli: "-", harga_jual: "-", gangguan: Active, tersedia: Ya, @@ -94,6 +90,7 @@ export const Pulsa = () => { columns={columns} dataSource={dataSource} bordered + scroll={{x: 1500}} /> );