Hi,

the functionalities that you could find in DynaScrollTable in the new JavaScript Client API have been divided, for a better logical model, into two separate classes:Subscription and DynaGrid.

With Subscription object you can specify what information you need and how to obtain them from the Lightstreamer server. DynaGrid can be used to display the values from the internal model in a dynamically created grid.

Please refer to JavaScript Client API Reference for fully description of the new classes and to the source code of Basic Chat Demo that replaced a DynaSrollTable with a Subscription and a DynaGrid while updating to the new version of the Lightstreamer JavaScript Client 6.0 API.