We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The most likely it was broken after migrating to CUBA 7.0. You can find the difference in our refapp application (cubadev).
refapp
In 6.10 this dialog is shown immediately below the button arrow icon:
In 7.0+ we can see the following:
The main observation is that PivotTable ignore the above <tr> element when calculates position. The same situation with column buttons.
<tr>
The text was updated successfully, but these errors were encountered:
Related to: nicolaskruchten/pivottable#1171
Sorry, something went wrong.
Flaurite
No branches or pull requests
Environment
Description of the bug or enhancement
The most likely it was broken after migrating to CUBA 7.0. You can find the difference in our
refapp
application (cubadev).In 6.10 this dialog is shown immediately below the button arrow icon:
In 7.0+ we can see the following:
The main observation is that PivotTable ignore the above
<tr>
element when calculates position.The same situation with column buttons.
The text was updated successfully, but these errors were encountered: