Finally got the horizontal scroll working correctly with the table.

This commit is contained in:
Scott Idem
2024-07-02 18:17:38 -04:00
parent d8e062b8c7
commit 889500e80d
4 changed files with 166 additions and 395 deletions

View File

@@ -3,10 +3,10 @@ import { api } from '$lib/api';
import { db_events } from "$lib/db_events";
let ae_promises: key_val = {}; // Promise<any>;
let ae_promises: key_val = {};
// Updated 2024-06-24
// Updated 2024-07-02
export async function handle_load_ae_obj_id__event(
{
api_cfg,
@@ -36,6 +36,7 @@ export async function handle_load_ae_obj_id__event(
})
.then(function (event_obj_get_result) {
if (event_obj_get_result) {
handle_db_save_ae_obj_li__event({obj_type: 'event', obj_li: [event_obj_get_result]});
return event_obj_get_result;
} else {
console.log('No results returned.');
@@ -113,7 +114,6 @@ export async function handle_load_ae_obj_li__event(
}
// This function will loop through the event_obj_li and save each one to the DB.
export function handle_db_save_ae_obj_li__event(
{