Hi, I’m trying to make my app work with the widget 2.0 and, among the many issues I’m fixing, there’s one I can’t find a solution.
In the insertRow method of TableView, there is an option called “id” to pass an optional id to a table view row.
Before widget 2.0 I could store any value (string or tables) in this id parameter, and then I was able to retrieve it in the rowRender. Now, I can’t find it anywhere.
The custom id parameter is not returned in the rowRender listener on event.row. [import]uid: 9158 topic_id: 36210 reply_id: 336210[/import]