mirror of
https://github.com/apache/superset.git
synced 2026-06-06 16:19:18 +00:00
[sqllab] add autocomplete to AceEditor for table and column names (#1475)
* [sqllab] add autocomplete to AceEditor for table and column names * addressing comment about getCompletions as a component method
This commit is contained in:
committed by
GitHub
parent
45efcb381c
commit
4bf525222a
@@ -208,6 +208,7 @@ class SqlEditor extends React.PureComponent {
|
||||
</Col>
|
||||
<Col md={9}>
|
||||
<AceEditorWrapper
|
||||
tables={this.props.tables}
|
||||
sql={this.props.queryEditor.sql}
|
||||
onBlur={this.setQueryEditorSql.bind(this)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user