Fixed height bug

This commit is contained in:
Hein
2025-10-15 13:12:02 +02:00
parent f058336597
commit f084cf70ae
3 changed files with 40 additions and 8 deletions

View File

@@ -44,12 +44,13 @@ export const GridlerGoAPIExampleEventlog = () => {
];
return (
<Stack h="80vh">
<Stack h="60vh">
<h2>Demo Using Go API Adaptor</h2>
<TextInput label="API Url" onChange={(e) => setApiUrl(e.target.value)} value={apiUrl} />
<TextInput label="API Key" onChange={(e) => setApiKey(e.target.value)} value={apiKey} />
<Divider />
<Gridler
height="100%"
columns={columns}
getMenuItems={(id, _state, row, col, defaultItems) => {
return [