Column Visibility Control

Hi Jmix Team,

I was trying the new option to hide columns with Jmix v2.2 that was recently released, I have 2 issues that might be related to using spanish language:

  1. As you can see in the image uploaded the name of the column is not displayed, although name in the column is displayed.

  2. How can i translate to spanish the additional labels of this new button created “Show All” and “Hide All”.
    hide_column

Thank you.

Hi,

  1. The first problem is a known issue.
    For now, you can set item text explicitly:
<gridColumnVisibility dataGrid="usersDataGrid">
    <menuItem refColumn="firstName" text="First Name"/>
</gridColumnVisibility>
  1. Add localization for the following message keys:
#JmixGridColumnVisibility
io.jmix.flowui.component.gridcolumnvisibility/showAllItem.text=Show all
io.jmix.flowui.component.gridcolumnvisibility/hideAllItem.text=Hide all

Regards,
Gleb