How do I change the name of the TAB

image

@Override
public void ready() {
    super.ready();
    setCaption("My caption");
}
1 Like

Thank you ,It’s useful .
But if I want to eliminate prefix names of my customize filter like ‘filter :’ , how to do it ?
Thank you again.

Hi, it seems that there is no public method for that. We’ve created an issue: https://github.com/cuba-platform/cuba/issues/1739