Forum Discussion

satishr's avatar
satishr
Helper III
8 years ago
Solved

Custom visual - tables with tabs

I have a requirement to create a custom visual where I have to create a tabbed interface each containing tables something similar to the image. Please help me with any code examples. I'm trying to cr...
  • v-viig's avatar
    v-viig
    8 years ago

    That depends on what library you use. The common way is to add an event handler for click event:

    • Vanila JS: element.addEventListener("click", () => {// TODO: Do something });
    • D3.js / jQuery: selection.on("click", () => {// TODO: Do something })

     

    Ignat Vilesov,

    Software Engineer

     

    Microsoft Power BI Custom Visuals

    [email protected]