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

Vertical Scroll Bar Hiding Controls Column #1408

Open
andcmill opened this issue Dec 16, 2021 · 3 comments
Open

Vertical Scroll Bar Hiding Controls Column #1408

andcmill opened this issue Dec 16, 2021 · 3 comments

Comments

@andcmill
Copy link

The vertical scroll bar is is hiding the add/filter control. It's also covering the last column content.

How can I correct this? Thank you.

Here are my setting:

            $("#jsGrid").jsGrid({
                //height: "500px",
                width: "100%",
                filtering: true,
                inserting: true,
                editing: true,
                sorting: true,
                paging: false,
                autoload: true,
                pageSize: 15,
                pageButtonCount: 5,
                deleteConfirm: "Do you really want to delete?",
                noDataContent: "No records entered",
@andcmill
Copy link
Author

Here is an image of the issue. Thank you again for your assistance!

A5AC40E8-71D0-4EEF-BC68-1789C1694673

@andcmill
Copy link
Author

Hi, I'm not sure if this is best practice, but I found a solution.

I increased the width of my control column from 15 to 30.
{ type: "control", width: 30, editButton: false, deleteButton: true },

It cleared the issue and the column is fully visible.

@andcmill
Copy link
Author

Updated image.
D82F9DF6-DFA2-4BCF-A7F2-2B48D75CB596

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