You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When these issues are fixed, we will have to expose a reference to the omnitable in the header template instances, and bind fit-into to that property in paper-dropdown-menus.
The text was updated successfully, but these errors were encountered:
@plequang We can do this manually. We listen to one of the events and set paperDropdownMenu.$.menuButton.$.dropdown.fitInto = this.
I will open up a PR for this.
Description
Some column headers are using dropdowns by mean of https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu.
The paper-dropdown-menu's use default
vertical-align=top
, andhorizontal-align
isleft
for the first column,right
for others.We should rather use
dynamic-align
withfit-into
properties fromiron-dropdown
in order to have the dropdown align and fit into the table dynamically.However, this will be possible only when
fit-into
will be exposed bypaper-menu-button
andpaper-dropdown-button
, as explained in these issues:Corresponding PRs:
When these issues are fixed, we will have to expose a reference to the omnitable in the header template instances, and bind
fit-into
to that property inpaper-dropdown-menu
s.The text was updated successfully, but these errors were encountered: