Commit 7cac5d04 authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

fix descrip table

parent 86f6e701
Pipeline #26908 passed with stage
in 1 minute and 33 seconds
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<!-- Table Section --> <!-- Table Section -->
<div class="overflow-x-auto p-4"> <div class="overflow-x-auto p-4">
<table class="min-w-full bg-white border border-gray-300"> <table aria-describedby="mydesc" class="min-w-full bg-white border border-gray-300">
<thead> <thead>
<tr class="bg-slate-300 text-gray-700"> <tr class="bg-slate-300 text-gray-700">
<th scope="col" class="py-2 px-4 border-b cursor-pointer" wire:click="sortHistoryBy('cp.TaskDate')"> <th scope="col" class="py-2 px-4 border-b cursor-pointer" wire:click="sortHistoryBy('cp.TaskDate')">
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<!-- Table Section --> <!-- Table Section -->
<div class="overflow-x-auto p-4"> <div class="overflow-x-auto p-4">
<table class="min-w-full bg-white border border-gray-300"> <table aria-describedby="mydesc" class="min-w-full bg-white border border-gray-300">
<thead> <thead>
<tr class="bg-slate-300 text-gray-700"> <tr class="bg-slate-300 text-gray-700">
<th scope="col" class="py-2 px-4 border-b">ID</th> <th scope="col" class="py-2 px-4 border-b">ID</th>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<!-- Table Section --> <!-- Table Section -->
<div class="overflow-x-auto p-4"> <div class="overflow-x-auto p-4">
<table class="min-w-full bg-white border border-gray-300"> <table aria-describedby="mydesc" class="min-w-full bg-white border border-gray-300">
<thead> <thead>
<tr class="bg-slate-300 text-gray-700"> <tr class="bg-slate-300 text-gray-700">
<th scope="col" class="py-2 px-4 border-b">Serverkey</th> <th scope="col" class="py-2 px-4 border-b">Serverkey</th>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<!-- Table Section --> <!-- Table Section -->
<div class="overflow-x-auto p-4"> <div class="overflow-x-auto p-4">
<table class="min-w-full is-hoverable bg-white border border-gray-300 border-b "> <table aria-describedby="mydesc" class="min-w-full is-hoverable bg-white border border-gray-300 border-b ">
<thead> <thead>
<tr class="bg-gray-200 text-gray-700"> <tr class="bg-gray-200 text-gray-700">
<th scope="col" class="py-2 px-4 border-b rounded-tl-lg">Organize</th> <th scope="col" class="py-2 px-4 border-b rounded-tl-lg">Organize</th>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<!-- Table Section --> <!-- Table Section -->
<div class="overflow-x-auto p-4"> <div class="overflow-x-auto p-4">
<table class="min-w-full bg-white border border-gray-300"> <table aria-describedby="mydesc" class="min-w-full bg-white border border-gray-300">
<thead> <thead>
<tr class="bg-slate-300 text-gray-700"> <tr class="bg-slate-300 text-gray-700">
<th scope="col" class="py-2 px-4 border-b">Name</th> <th scope="col" class="py-2 px-4 border-b">Name</th>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<!-- Table Section --> <!-- Table Section -->
<div class="overflow-x-auto p-4"> <div class="overflow-x-auto p-4">
<table class="min-w-full bg-white border border-gray-300"> <table aria-describedby="mydesc" class="min-w-full bg-white border border-gray-300">
<thead> <thead>
<tr class="bg-slate-300 text-gray-700"> <tr class="bg-slate-300 text-gray-700">
<th scope="col" class="py-2 px-4 border-b">ID</th> <th scope="col" class="py-2 px-4 border-b">ID</th>
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<div class="mx-3 mt-3 px-4"> <div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1"> <div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1">
<table class="is-hoverable table w-full text-left border-b"> <table aria-describedby="mydesc" class="is-hoverable table w-full text-left border-b">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="max-w-full mx-auto bg-white rounded-lg"> <div class="max-w-full mx-auto bg-white rounded-lg">
<!-- Table Section --> <!-- Table Section -->
<div class="overflow-x-auto p-4"> <div class="overflow-x-auto p-4">
<table class="min-w-full bg-white border border-gray-300"> <table aria-describedby="mydesc" class="min-w-full bg-white border border-gray-300">
<thead> <thead>
<tr class="bg-slate-300 text-gray-700"> <tr class="bg-slate-300 text-gray-700">
<th scope="col" class="py-2 px-4 border-b">ID</th> <th scope="col" class="py-2 px-4 border-b">ID</th>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<!-- Table Section --> <!-- Table Section -->
<div class="overflow-x-auto p-4"> <div class="overflow-x-auto p-4">
<table class="min-w-full bg-white border border-gray-300"> <table aria-describedby="mydesc" class="min-w-full bg-white border border-gray-300">
<thead> <thead>
<tr class="bg-slate-300 text-gray-700"> <tr class="bg-slate-300 text-gray-700">
<th scope="col" class="py-2 px-4 border-b">ID</th> <th scope="col" class="py-2 px-4 border-b">ID</th>
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<div class="mx-3 mt-3 px-4"> <div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1"> <div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1">
<table class="is-hoverable table w-full text-left border-b"> <table aria-describedby="mydesc" class="is-hoverable table w-full text-left border-b">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
@php @php
$tabID = 'table' . rand() + 50; $tabID = 'table' . rand() + 50;
@endphp @endphp
<table class="table list-patch bg-primary" id="{{ $tabID }}" width=100% nowrap='nowarp' cellpadding=6 <table aria-describedby="mydesc" class="table list-patch bg-primary" id="{{ $tabID }}" width=100% nowrap='nowarp' cellpadding=6
cellspacing=1 bgcolor='#DDDDDD'> cellspacing=1 bgcolor='#DDDDDD'>
<thead class='simpleThead'> <thead class='simpleThead'>
<tr> <tr>
......
<x-app-layout title="Starter Sideblock" is-sidebar-open="true" is-header-blur="true"> <x-app-layout title="Starter Sideblock" is-sidebar-open="true" is-header-blur="true">
<div class="mx-3 mt-3 px-4"> <div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1"> <div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1">
<table class="is-hoverable table w-full text-left "> <table aria-describedby="mydesc" class="is-hoverable table w-full text-left ">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment