add todos
This commit is contained in:
parent
de20681bce
commit
23ccfd10fd
@ -4,6 +4,10 @@ import TableDefinitionForm from './TableDefinitionForm';
|
|||||||
import TableMethodCodeBlock from './TableMethodCodeBlock';
|
import TableMethodCodeBlock from './TableMethodCodeBlock';
|
||||||
import { TableColumns } from './TableMethodGenerator';
|
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() {
|
function App() {
|
||||||
let initialColumns: TableColumns = []
|
let initialColumns: TableColumns = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user