mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
updates to prepare for demo
This commit is contained in:
@ -393,8 +393,11 @@ console.log(qController);
|
||||
await qController.loadMetaData().then((metaData) => {
|
||||
console.log(`metaData: ${metaData}`);
|
||||
|
||||
// get the keys sorted
|
||||
const keys = new Map([...metaData.entries()].sort());
|
||||
|
||||
const tableList = [] as any[];
|
||||
metaData.forEach((value, key) => {
|
||||
keys.forEach((value, key) => {
|
||||
const table = metaData.get(key);
|
||||
tableList.push({
|
||||
name: table.label,
|
||||
|
Reference in New Issue
Block a user