Always use custom table columns if provided to ensure we allow showing hidden columns if requested. Use grid visibility and order metadata by default in tables

This commit is contained in:
Andrew Kingston 2023-10-20 09:13:42 +01:00
parent ff257abab3
commit 880c509f64
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@
sortOrder: $fetch.sortOrder,
},
limit,
primaryDisplay: $fetch.definition?.primaryDisplay,
}
const createFetch = datasource => {