mirror of
https://github.com/apache/superset.git
synced 2026-04-24 18:44:53 +00:00
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:
committed by
GitHub
parent
9f01a7fdf8
commit
e93d92e8ac
@@ -493,3 +493,8 @@ export const query = {
|
||||
ctas: false,
|
||||
cached: false,
|
||||
};
|
||||
|
||||
export const dataTableProps = {
|
||||
columns: ['dbId', 'sql'],
|
||||
queries,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user