From df5c3653aab2f64ec5e29277a57851b79ec4c817 Mon Sep 17 00:00:00 2001 From: zombiej Date: Wed, 30 Oct 2019 11:54:39 +0800 Subject: [PATCH] clean uo --- src/Table.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/Table.tsx b/src/Table.tsx index 2c70ad34b..55b16442b 100644 --- a/src/Table.tsx +++ b/src/Table.tsx @@ -20,6 +20,8 @@ * - onRowMouseEnter * - onRowMouseLeave * - getBodyWrapper + * - bodyStyle + * - childrenColumnName * * Deprecated: * - All expanded props, move into expandable @@ -95,7 +97,6 @@ export interface TableProps footer?: PanelRender; summary?: (data: RecordType[]) => React.ReactNode; - // TODO: Handle this // Customize id?: string; showHeader?: boolean; @@ -103,10 +104,6 @@ export interface TableProps onRow?: GetComponentProps; onHeaderRow?: GetComponentProps[]>; emptyText?: React.ReactNode | (() => React.ReactNode); - - // childrenColumnName?: string; - - // bodyStyle?: React.CSSProperties; } function Table(props: TableProps) {