I'd be interested to see if anyone gets this method to work in a table, given that it originally relied on an onStartup event when a new item is added to an Accordion and the data rows in a table are typically all available when the table first populates rather than being added one at a time... I'm sure it would be possible to append to the table data once piece at a time to enable something like this, but I'd be concerned that it would impact performance (churn) in obtaining the data from the source. Just rough thoughts, though