Grid selection

This commit is contained in:
Hein
2025-10-20 16:00:21 +02:00
parent 6350b513ca
commit 4186219c50
5 changed files with 246 additions and 81 deletions

View File

@@ -94,6 +94,7 @@ export const GridlerGoAPIExampleEventlog = () => {
>
<Gridler.APIAdaptorGoLangv2 authtoken={apiKey} url={`${apiUrl}/public/process`} />
<Gridler.GlidlerFormInterface
descriptionField={'process'}
onRequestForm={(request, data) => {
console.log('Form requested', request, data);
}}