From 5010dfd2ef9bbed5bfe426083cd285b3c42093b3 Mon Sep 17 00:00:00 2001 From: Jim Myers Date: Tue, 12 Mar 2019 11:25:56 -0400 Subject: [PATCH] Update handling of divider color. --- index.html | 3 --- src/multiTable/index.tsx | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e2e68d9..1872d14 100644 --- a/index.html +++ b/index.html @@ -193,9 +193,6 @@ alternating: true, alternatingColors: "#eeeeee", dividers: false - // style: { - // padding: "5px 10px" - // } }, title: { text: "Top Coins", diff --git a/src/multiTable/index.tsx b/src/multiTable/index.tsx index a476211..249be80 100644 --- a/src/multiTable/index.tsx +++ b/src/multiTable/index.tsx @@ -300,7 +300,9 @@ export default class MultiTable extends Component {