From 616566d0abf71ecf9ff0dfdee42395978ce5f232 Mon Sep 17 00:00:00 2001 From: shams mosowi Date: Mon, 11 Nov 2019 15:08:10 +1100 Subject: [PATCH] feat: new rows created with filter data as initial value --- www/src/components/Table/Grid.tsx | 1 - www/src/components/Table/index.tsx | 19 ++++++++++++++++--- www/src/views/TableView.tsx | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/www/src/components/Table/Grid.tsx b/www/src/components/Table/Grid.tsx index bdb38561..b6d2af93 100644 --- a/www/src/components/Table/Grid.tsx +++ b/www/src/components/Table/Grid.tsx @@ -14,7 +14,6 @@ const Grid = (props: any) => { columns, RowRenderer, handleRowGetter, - tableHeight, onGridRowsUpdated, rows, diff --git a/www/src/components/Table/index.tsx b/www/src/components/Table/index.tsx index 1931ef08..589eb970 100644 --- a/www/src/components/Table/index.tsx +++ b/www/src/components/Table/index.tsx @@ -221,7 +221,7 @@ function Table(props: Props) { return (