We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My code below:
from itables import init_notebook_mode import itables.options as it_opt init_notebook_mode(all_interactive=True) it_opt.paging = False it_opt.scrollY = "50vh" it_opt.scrollCollapse = True it_opt.scrollX = True it_opt.keys = True it_opt.select = True it_opt.buttons = ["csvHtml5", "excelHtml5", { "extend": "colvis", "collectionLayout": "fixed columns", "popoverTitle": "Column visibility control" } ] it_opt.layout={"top1": "searchBuilder", "topEnd": None} it_opt.column_filters="footer"
Works fine for DataFrame object but not for Styler object. Has anyone seen this happen?
The text was updated successfully, but these errors were encountered:
Any update on this issue?
Sorry, something went wrong.
No branches or pull requests
My code below:
Works fine for DataFrame object but not for Styler object. Has anyone seen this happen?
The text was updated successfully, but these errors were encountered: