Skip to content
New issue

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

column_filters does not seem to be working when displaying Pandas Styler object #296

Open
sherry151 opened this issue Jun 22, 2024 · 1 comment

Comments

@sherry151
Copy link

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?

@sherry151
Copy link
Author

Any update on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant