From 23ccfd10fde6821ee331db66571c270966085da9 Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Thu, 11 May 2023 22:08:55 +0300 Subject: [PATCH] add todos --- src/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 41e55e3..a2d398a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,6 +4,10 @@ import TableDefinitionForm from './TableDefinitionForm'; import TableMethodCodeBlock from './TableMethodCodeBlock'; import { TableColumns } from './TableMethodGenerator'; +// TODO: Add section for testing how rendered table looks + +// TODO: Render resizeable table which automatically update the necessary fields + function App() { let initialColumns: TableColumns = []