Giter VIP home page Giter VIP logo

Comments (2)

ebailey78 avatar ebailey78 commented on July 21, 2024

There is something you could try, though some understanding of jQuery/CSS will help. shinyBS uses jQuery to select page elements based on their id. When shiny passes the id attribute to the output page, it prepends a "#" to indicate an id. There is nothing stopping you from expanding that id attribute to contain additional css selectors. for example, lets say your side table has an id of sideTable. If you wanted to add a tooltip to the first column header you could do something like this:

addTooltip(session, "sideTable th:nth-child(1)", "This is a tooltip")

The problem is the elements of the table aren't there when the page first loads so there isn't anything for the selector to select... As it stands now, you would need to write some sort of observer that fires after the table is rendered in order for jQuery to find the table cells.

I tested this on the Tables tab of bsDemo() by calling addTooltip() at the same time highlightCells() is called and it works, but it isn't exactly convenient.

Does this help?

from shinybs.

bergsmat avatar bergsmat commented on July 21, 2024

That helps, thanks! It gives me a much better appreciation for the breadth of the problem. I plan to try your suggestion.

from shinybs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.