8.2.1 vaadin-archetype-application-example grid does not

Created a sample Vaadin project from 8.2.1 vaadin-archetype-application-example. The grid column does not sort when clicking on its column. It is started with mvn -Djetty.port=9999 jetty:run

Is it an issue?

Hi, I’ve tested and could reproduce the issue. Since the example is using lazy loading data provider and filtering, I suspect that the sorting feature is just not implemented in the application. You could perhaps open an issue about this in the project’s repo https://github.com/vaadin/archetypes/issues