mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
group filters - copy from parent
This commit is contained in:
parent
fc782304fd
commit
b033658444
@ -123,7 +123,8 @@ export default function TableDataGrid({
|
||||
setMyLoadedTime(loadedTime);
|
||||
if (!reference) return;
|
||||
const filters = {
|
||||
...childConfig.filters,
|
||||
// ...childConfig.filters,
|
||||
...(config && config.filters),
|
||||
..._.fromPairs(
|
||||
reference.columns.map((col) => [
|
||||
col.refName,
|
||||
|
Loading…
Reference in New Issue
Block a user