DC JS : How to highlight rows in an aggregated data table on click, similar to a row chart?
问题 I love the DC.JS library and have been trying to create a clickable aggregated table in DC.js with partial success. I want to highlight the rows on click event(multiple selections allowed) similar to the row chart or an ordinal bar chart in dc js. Like a row chart, when multiple selections are made, multiple table rows should be highlighted. I am not able to select the row that I have clicked on, rather, my css selects the first row irrespective of which row I click. I tried to use 'this'