From d12817f4cc8ef69660866ed16e415e0aa9493a07 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Thu, 17 Jul 2025 01:20:25 -0400 Subject: [PATCH] I can now list the contents of a table and display a form for one row to update/delete, but haven't implemented update and delete. --- public/admin/table/index.html | 8 ++++---- public/js/code.js | 8 +++++++- views/admin/table/contents.html | 22 ++++++++++++++++------ views/admin/table/view.html | 28 ++++++++++++++++++++++------ 4 files changed, 49 insertions(+), 17 deletions(-) diff --git a/public/admin/table/index.html b/public/admin/table/index.html index 267ccd0..034d290 100644 --- a/public/admin/table/index.html +++ b/public/admin/table/index.html @@ -24,14 +24,14 @@ -

Admin Tables

+

Admin Rows

- +