Get the data table with given name.
Namespace: spotfire.webPlayerAssembly: ~/GetJavaScriptApi.ashx?Version=5.0
 Syntax
Syntax
| JavaScript | 
|---|
| function getDataTable(dataTableName, callback); | 
Parameters
- dataTableName
- Type: string
 The name of the data table.
- callback
- Type: spotfire.webPlayer.Data.onGetDataTableCallback
 A callback function with the following signature:
 function(DataTable) {}.
 Version Information
Version Information
Supported in: 6.0, 5.5, 5.0, 4.0, 3.2






