Loading default number of rows in table and data grid

By default the rows loaded in a table when row count is checked is 50. We can change it at run time but how can we change this initial settings from 50 to 20?
image

Hi.
You can manage the size of the data displayed on a page when extracting entity lists using the refreshStatistics() method of the PersistenceManagerMBean JMX bean. All you have to do is change the fetchUI attribute.
Use JMX Console browser to manage the attribute.

More detailed information can be found here.

Regards,
Natalia

Thanks Natalia.
That’s when I am selecting the size for a specific Entity. How can I change the default to 20 for all Entities instead of 50?

Got it.
image

1 Like