mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
Infer types. Smart defaults for the visualize window. Basic implementation. (#1134)
* Implement smart suggestions for the visualize flow. * Address JS comments. * Implement caravel dataframe wrapper.
This commit is contained in:
@@ -72,7 +72,7 @@ class ResultSet extends React.Component {
|
||||
<div className="ResultSet">
|
||||
<Table
|
||||
data={results.data}
|
||||
columns={results.columns}
|
||||
columns={results.columns.map((col) => col.name)}
|
||||
sortable
|
||||
className="table table-condensed table-bordered"
|
||||
filterBy={this.state.searchText}
|
||||
|
||||
Reference in New Issue
Block a user