Replace reactable with DataTable from superset-ui in QueryTable (#10981)

* Replace reactable with DataTable from superset-ui in QueryTable

* Fix tests

* Fix pagination

* Fix tests
This commit is contained in:
Kamil Gabryjelski
2020-09-22 22:24:30 +02:00
committed by GitHub
parent 9f01a7fdf8
commit e93d92e8ac
3 changed files with 36 additions and 19 deletions

View File

@@ -493,3 +493,8 @@ export const query = {
ctas: false,
cached: false,
};
export const dataTableProps = {
columns: ['dbId', 'sql'],
queries,
};