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)
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)