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 hider button is not displayed when dgrid is constructed without a reference to a domNode and is appended to a node later. #1381

Closed
eQuorumRayNewman opened this issue Jun 16, 2017 · 1 comment

Comments

@eQuorumRayNewman
Copy link

The problem that I'm having is when dgrid is constructed without a reference to a domNode and is appended to a node later the column hide does not display. To duplicate the problem change the ColumnHider.html test case like this;

grid = window.grid = new (declare([Grid, Keyboard, Selection, ColumnHider]))({
    collection: testStore,
    columns: getColumns()
});
//}, "grid");
document.getElementById("grid").appendChild(grid.domNode);	

@eQuorumRayNewman
Copy link
Author

Guess I should have tried the last before reporting this. The fix for issue (#1372) solves this problem also.

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