Search#
The search option let you control the initial value for the search field, and whether the query should be treated as a regular expression or not:
import itables
itables.init_notebook_mode()
df = itables.sample_dfs.get_countries(html=False)
itables.show(df, search={"regex": True, "caseInsensitive": True, "search": "s.ain"})
Loading ITables v2.4.0rc1 from the init_notebook_mode cell...
(need help?) |