lutraconsulting / qgis-geocat-plugin

Plugin for loading PostGIS layers based on a metadata search
GNU General Public License v2.0
5 stars 1 forks source link

Columns in search result should be reordered #29

Open saberraz opened 5 years ago

saberraz commented 5 years ago

At the moment, the less informative columns appear first.

saberraz commented 5 years ago

also, the plugin should remember the columns' width

mostlyAtNight commented 5 years ago

Hi guys,

Was thinking a little about this one - I think rather than handling column ordering through the configuration interface, this should be handled via the results table by allowing users to drag/drop reorder the columns and also change their width.

When anything is changed, the column settings would be saved via QSettings - this would also mean that the column ordering and width could be deployed to users via a registry patch for larger deployments.

Pete

ldebek commented 5 years ago

PR ready for the review: https://github.com/lutraconsulting/qgis-geocat-plugin/pull/34