Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Table - visible columns
Is it possible to catch an event when visible columns are changed with the little context menu in the table header? The feature is really nice but I need to be able save it in the db so the user doesn't have to change it all over everytime he/she logs in. It is obviously possible to make some sort of save config link but it would be neater to do it automatically upon change.
Cheers
The question has been addressed in this thread.
Intercepting column visibility changes should be possible by overriding one method in Table.
Intercepting column order changes when they happen is not easy, but you could ask the table about the visible columns and their order e.g. when closing the view with the table.