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

Re-implement groupColumnsWidth #858

Merged
merged 1 commit into from Jul 29, 2019
Merged

Re-implement groupColumnsWidth #858

merged 1 commit into from Jul 29, 2019

Conversation

cigamit
Copy link
Contributor

@cigamit cigamit commented Jul 20, 2019

This one mostly passes the unit test. The new unit test for width has one issue with a difference in width, not sure if that is a problem with the test though.

What changes are you proposing? Why are they needed?

Allows the specification of the column width for columnGroups and allows columnGroups to be used for the generalized multiselect.

Related Issue numbers

Closes #854

Pull Request Approval Checklist:

  • [ x ] Tests Ran and 0 Failing (actually one is failing, though might be the new filter test)
  • [ n/a ] Tests Added/Updated
  • [ n/a ] Impacted Demos Updated
  • [ n/a ] Impacted i18n Code Updated

This one mostly passes the unit test.  The new unit test for width has one issue with a difference in width, not sure if that is a problem with the test though.
@mlh758
Copy link
Collaborator

mlh758 commented Jul 29, 2019

All the tests pass for me on this PR, including the new width one that I had added before which you said is failing. What browser are you using to run the tests? I've run into similar issues before where the tests behave slightly differently across different browsers and operating systems so I'd like to be able to reproduce it on my machine and make the test more resilient.

@mlh758 mlh758 merged commit 9fdc563 into ehynds:master Jul 29, 2019
@cigamit
Copy link
Contributor Author

cigamit commented Aug 12, 2019

Sorry for the delay. The browser was Firefox, and it is now working on the first pass. Thanks for getting this merged!

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

Successfully merging this pull request may close these issues.

Add new features multipleRow boolean, multipleRowWidth, and minWidth features
2 participants