Hello, I’m new to vaadin Flow.
How to customize my crud column ?
example: username, email,Password…
Thank you
You can get a column with for example crud.getGrid().getColumnByKey("usernanme");
and configure it as you wish.
Hello, I’m new to vaadin Flow.
How to customize my crud column ?
example: username, email,Password…
Thank you
You can get a column with for example crud.getGrid().getColumnByKey("usernanme");
and configure it as you wish.