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

[layout] allow sorting attribute table by field not listed in the table (Request in QGIS) #5423

Closed
qgis-bot opened this issue May 7, 2020 · 0 comments · Fixed by #6453
Closed
Labels
3.14 QGIS 3.14 new features
Milestone

Comments

@qgis-bot
Copy link
Collaborator

qgis-bot commented May 7, 2020

Request for documentation

From pull request qgis/QGIS#36236
Author: @3nids
QGIS version: 3.14

[layout] allow sorting attribute table by field not listed in the table

PR Description:

instead of using the same data model for the displayed and the sorting columns, two data models are now used.
They use the same API / base class as they are very similar.
QgsLayoutTableColumn is no longer a QObject.

this fixes #25671

a new feature with less lines in the code base 💪

Commits tagged with [need-docs] or [FEATURE]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.14 QGIS 3.14 new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants