* Sets the query to generate the table from.
(query: Contextable<ITableContext, string>)
| 264 | * Sets the query to generate the table from. |
| 265 | */ |
| 266 | public query(query: Contextable<ITableContext, string>) { |
| 267 | this.contextableQuery = query; |
| 268 | return this; |
| 269 | } |
| 270 | |
| 271 | /** @hidden */ |
| 272 | public where(where: Contextable<ITableContext, string>) { |