I am trying to modify the functionality of TapTool where instead of selecting the single entry clicked on, it will select the whole row. To do so, I am trying to modify the .selected attribute of the source dict. However, I am not sure how to set the .selected attribute with the changes reflected on the browser. Any tips or advice are greatly appreciated!
Apologies, but I can't tell from this description what you are actually trying to accomplish. "Whole row" of what exactly, for example? Can you elaborate, or point to similar examples elsewhere?
I am trying to modify the functionality of TapTool where instead of selecting the single entry clicked on, it will select the whole row. To do so, I am trying to modify the .selected attribute of the source dict. However, I am not sure how to set the .selected attribute with the changes reflected on the browser. Any tips or advice are greatly appreciated!