Remove Table Caching

Hi,

Is it possible to remove the caching mechanism of the table component ?

Thanks

Hi,

Can you explain a little more what you mean and what exactly you’re trying to achieve?

Best Regards,
Marc

On the table component initialisation, only visibles elements are load. The others are load when you scroll up or down.

I want to disable this feature to load all the elements of the table at the initialisation.

Try the following:

table.setPageLength(0);
table.setHeight("300px");