1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

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

View file

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