From 10a64c8124cef3af28dbbe6264354d85b9d00923 Mon Sep 17 00:00:00 2001 From: Pat Sissons Date: Sun, 13 Nov 2016 12:15:38 -0800 Subject: [PATCH 1/2] adding fill to TableProps --- react-bootstrap/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/react-bootstrap/index.d.ts b/react-bootstrap/index.d.ts index 2ec9eed50d..7a61fed330 100644 --- a/react-bootstrap/index.d.ts +++ b/react-bootstrap/index.d.ts @@ -862,6 +862,7 @@ declare namespace ReactBootstrap { hover?: boolean; responsive?: boolean; striped?: boolean; + fill?: boolean; } type Table = React.ClassicComponent; var Table: React.ClassicComponentClass; From 8349a45d781b5cb7c868f80dfb3017e5bab998ea Mon Sep 17 00:00:00 2001 From: Pat Sissons Date: Sun, 13 Nov 2016 12:15:52 -0800 Subject: [PATCH 2/2] adding panel with a filled table to tests --- react-bootstrap/react-bootstrap-tests.tsx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/react-bootstrap/react-bootstrap-tests.tsx b/react-bootstrap/react-bootstrap-tests.tsx index 65ecbca247..21498abcc9 100644 --- a/react-bootstrap/react-bootstrap-tests.tsx +++ b/react-bootstrap/react-bootstrap-tests.tsx @@ -274,6 +274,29 @@ export class ReactBootstrapTest extends Component { +
+ + Some default panel content here. + + + + + + + + + + + + + + + +
ABC
Item 1Item 2
+ Some more panel content here. +
+
+