use table in designer

Hey all together,

i want to use a table in the designer, the html code look like this

[code]
<!doctype html>

Menu Maike Mustermann Statistik Ausbildung Veranstaltung erstellen Veranstaltung bearbeiten Veranstaltung löschen Nutzer Anlegen Partner De-/Regestrieren Trainer De-/Regestrieren Teilnehmerliste importieren Logout Kurs Löschen [/code]where can i change the table elements ? do i have to do it in the html code or in a java class?

thank you for your help

Hello, no one any idea ?

greetings

Hi BeME,

you’ll need to insert the table contents in Java code. What you see in Designer is just a placeholder. The standard way is to
extend the Java class created by Designer and customizing the contents there
.

Best regards,
Olli

i thought so :slight_smile:

Thank you for your help !!