Home
DevShare Downloads
Accessing values from a different dataset in table
averma
Here is a simple example that uses customer names from a different data set (Customer1) and displays it as a tooltip when you hover the mouse over customer numbers column of a table that is bound to a different dataset (Customer2). This is achieved using simple javascript array that is constructed in a hidden table. To find this script select the detail row of the first (hidden)table, switch to script tab, drop down the selector to "onCreate". The array values are leveraged in a second table (bound to Customer2 dataset) using a text element.<br />
<br />
Ashwini
Find more posts tagged with
Comments
There are no comments yet