Still working on upgrading to Tailwind CSS v4 an dSkeleton v3.....
This commit is contained in:
@@ -106,7 +106,7 @@ async function handle_run_sql(qry, data, as_list=false, log_lvl=0) {
|
||||
on:click={async () => {
|
||||
sql_qry_result = await handle_run_sql(sql_statement, sql_data, as_list, log_lvl);
|
||||
}}
|
||||
class="btn btn-md variant-soft-primary hover:variant-ghost-primary"
|
||||
class="btn btn-md preset-tonal-primary hover:preset-tonal-primary border border-primary-500"
|
||||
>
|
||||
{button_label}
|
||||
</button>
|
||||
@@ -123,7 +123,7 @@ async function handle_run_sql(qry, data, as_list=false, log_lvl=0) {
|
||||
Getting results...
|
||||
{:then}
|
||||
{#if sql_qry_result && sql_qry_result.length}
|
||||
<table class="table table-compact table-bordered table-striped table-hover min-w-min sql_qry_result text-xs">
|
||||
<table class="table table-compact table-bordered table-striped min-w-min sql_qry_result text-xs">
|
||||
<Element_obj_tbl_row row_header={true} obj={sql_qry_result[0]} primary_obj_li_type='' />
|
||||
{#each sql_qry_result as record}
|
||||
<Element_obj_tbl_row obj={record} primary_obj_li_type='' />
|
||||
|
||||
Reference in New Issue
Block a user