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)