-
Notifications
You must be signed in to change notification settings - Fork 32
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
DH-11336 support Layout Hints on web #208
Conversation
e4439dc
to
b52e6df
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to update the use of table.columns in PartitionSelectorSearch, AdvancedFilterCreatorSelectValue, and AdvancedFilterCreatorSelectValueList as well.
packages/iris-grid/src/mousehandlers/IrisGridContextMenuHandler.jsx
Outdated
Show resolved
Hide resolved
e168d4a
to
947e05a
Compare
19f9964
to
1c6ff4e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to update the use of table.columns in PartitionSelectorSearch, AdvancedFilterCreatorSelectValue, and AdvancedFilterCreatorSelectValueList as well.
It seems we won't need to update the |
This handles
.hide()
,.atFront()
and.atEnd()
. A separate ticket and PR will address.freeze()
.