refactor 'rows' -> 'data'
This commit is contained in:
parent
7f436227d9
commit
d39f88a754
5 changed files with 15 additions and 16 deletions
|
@ -71,7 +71,7 @@ export function Grid(props: { class?: string, rows: Entry[], locales: string[],
|
|||
});
|
||||
});
|
||||
|
||||
return <GridComp rows={rows()} columns={columns()} api={setApi} />;
|
||||
return <GridComp data={rows()} columns={columns()} api={setApi} />;
|
||||
};
|
||||
|
||||
const TextArea: Component<{ row: number, key: string, lang: string, value: string, oninput?: (event: InputEvent) => any }> = (props) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue