Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

getting CSS IDs or classes in the table cells in div integration

Hello All!

We are using div integration to make a mobile site using div integration. Our task is to have people click on a cell and then it we grab that selected cell and activate a popup that would contain additional information about the cell they were selecting, but in trying to select a certain cell and having it react we end up using something complex like this (where addSelectorListener was for a plugin we found called selector-listener.js) in order to get the cell that we want to select.

$(".SomePopUp")[0].addSelectorListener(".TableWeAreAccessing.QvGrid > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) div.injected"

My question is, is there any way, with using div integration, that we can have qlikview apply classes or unique ids to the rows or cells so that we can more easily target what is clicked?

Thanks!

Shawn

0 Replies