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

attribute table - display tooltip on field name hover #639

Open
2 of 8 tasks
Gaetanbrl opened this issue Aug 8, 2023 · 0 comments
Open
2 of 8 tasks

attribute table - display tooltip on field name hover #639

Gaetanbrl opened this issue Aug 8, 2023 · 0 comments

Comments

@Gaetanbrl
Copy link
Contributor

Gaetanbrl commented Aug 8, 2023

Description

In addition of #637, some user needs more information about a field (e.g if metadata not exists). We propose an enhancement to display a short text when a user hover attribute field header value.

Thi contribution will allow to use use a new tooltip property like :

{
  "name": "FeatureEditor",
  "cfg": {
    "maxZoom": 21,
    "customEditorsOptions": {
      "rules": [
        {
          "regex": {
            "attribute": "s_r0.6",
            "url": "regex to match a specific url",
            "typeName": "layerName"
          },
          "tooltip": "Scnerio - 60%"
        }
      ]
    }
  }

What kind of improvement you want to add? (check one with "x", remove the others)

  • Minor changes to existing features
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Mapstore2georchestra improvement
  • Mapstore2 improvement
  • Other... Please describe:

Other useful information

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

No branches or pull requests

1 participant