DataTablesearchDataColumns Method |
Get the
data columns that matches the search expression.
RemarksFor search syntax see TIBCO Spotfire user manual.
Namespace:
spotfire.webPlayer
Assembly:
~/GetJavaScriptApi.ashx?Version=11.8
Syntaxfunction searchDataColumns(searchExpression, callback);
Parameters
- searchExpression
- Type: Systemstring
The search expression. For search syntax see TIBCO Spotfire user manual. - callback
- Type: spotfire.webPlayerDataTableonGetDataColumnsCallback
A callback function with the following signature:
function(dataColumns) {}.
The parameter in the signature is an array of DataColumn.
Version Information
Supported in: 11.8, 11.7, 11.6, 11.5, 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also