Vertical Scroll

Vertical Scroll#

The scrollY parameter is an interesting alternative to the pagination:

import itables

itables.init_notebook_mode()

df = itables.sample_dfs.get_countries(html=False)
itables.show(df, scrollY="350px", scrollCollapse=True, paging=False)
Loading ITables v2.4.1-dev from the init_notebook_mode cell... (need help?)