Vertical Scroll

Vertical Scroll#

You can replace the pagination with a vertical scroll:

import itables

itables.init_notebook_mode()

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