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

feat: add new Custom Tooltip plugin #650

Merged
merged 14 commits into from
Oct 21, 2021
Merged

feat: add new Custom Tooltip plugin #650

merged 14 commits into from
Oct 21, 2021

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    8bb0a18 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    44b141f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    626bbdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39fd27b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48e20c2 View commit details
    Browse the repository at this point in the history
  4. tooltip: add custom tooltip for column header as well

    - add optional `headerFormatter` for header tooltip
    ghiscoding committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    40c86a6 View commit details
    Browse the repository at this point in the history
  5. tooltip: empty "title" attribute in every use case

    - to avoid having a 2nd browser tooltip, we better empty the `title` attribute for every use case
    ghiscoding committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    f8fa78f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. tooltip: fix small issues with regular tooltip reading title

    - regular tooltip should also work without a defining any formatter, for example it should work with AutoTooltip
    - also add `tooltipTextMaxLength` option that will truncate text when text is too long
    - add option to delay showing/opening the custom tooltip
    ghiscoding committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    8d57179 View commit details
    Browse the repository at this point in the history
  2. tooltip: add tooltip for header-row as well

    - add 2x new slick event: `onHeaderRowMouseEnter` and `onHeaderRowMouseLeave`
    ghiscoding committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    9d98795 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    3610f9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c62d3cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23b4e0d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    5fa23bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9961dae View commit details
    Browse the repository at this point in the history