Grid ItemDetailsRenderer when columns are hidden

Working with Vaadin 16.0.0 - It appears that if any column in a grid is hidden (i.e. setVisible(false)), the item details renderer is ignored…

  1. Create a grid with some columns and “setItemDetailsRenderer(…)”. I used a ComponentRenderer that creates an Image.
  2. Run the application. Click an item in the grid and component renderer works.
  3. Hide a column in the grid and component renderer no longer works.