Skip to content
Discussion options

You must be logged in to vote

Ok if I change using gt::fmt_markdown to gt::fmt(columns = everything(), fns = function(x) x) this work for me. So the full qmd reprex is:

---
title: "Tooltips"
format: html
include-after-body:
  - text: |
      <script>
        // Initialize the popovers for all elements with the "popover-trigger" class
        var popoverTriggers = document.querySelectorAll(".popover-trigger");
        popoverTriggers.forEach(function (popoverTrigger) {
          new bootstrap.Popover(popoverTrigger);
        });

        // Add a single click event listener to the document to close any popover
        document.addEventListener("click", function (event) {
          popoverTriggers.forEach(function (popo…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@cderv
Comment options

cderv Nov 7, 2023
Maintainer

@boshek
Comment options

@mcanouil
Comment options

mcanouil Nov 7, 2023
Collaborator

@cderv
Comment options

cderv Nov 7, 2023
Maintainer

@cderv
Comment options

Answer selected by boshek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
tables Issues with Tables including the gt integration
3 participants