Tailwind Tables

Discover 8 Tailwind Tables available in Loopple

Table Authors

Component from Soft UI Dashboard Tailwind Builder
<div class="relative flex flex-col w-full min-w-0 mb-0 break-words bg-white border-0 border-transparent border-solid shadow-soft-xl rounded-2xl bg-clip-border mb-4 draggable">
  <div class="p-6 pb-0 mb-0 bg-white rounded-t-2xl">
    <h6 class="font-display">Authors table</h6>
  </div>
  <div class="flex-auto px-0 pt-0 pb-2">
    <div class="p-0 overflow-x-auto">
      <table class="items-center w-full mb-0 align-top border-gray-200 text-slate-500">
        <thead class="align-bottom">
          <tr>
            <th class="px-6 py-3 font-bold text-left uppercase align-middle bg-transparent border-b border-gray-200 shadow-none text-xxs border-b-solid tracking-none whitespace-nowrap text-slate-400 opacity-70">Author</th>
            <th class="px-6 py-3 pl-2 font-bold text-left uppercase align-middle bg-transparent border-b border-gray-200 shadow-none text-xxs border-b-solid tracking-none whitespace-nowrap text-slate-400 opacity-70">Function</th>
            <th class="px-6 py-3 font-bold text-center uppercase align-middle bg-transparent border-b border-gray-200 shadow-none text-xxs border-b-solid tracking-none whitespace-nowrap text-slate-400 opacity-70">Status</th>
            <th class="px-6 py-3 font-bold text-center uppercase align-middle bg-transparent border-b border-gray-200 shadow-none text-xxs border-b-solid tracking-none whitespace-nowrap text-slate-400 opacity-70">Employed</th>
            <th class="px-6 py-3 font-semibold capitalize align-middle bg-transparent border-b border-gray-200 border-solid shadow-none tracking-none whitespace-nowrap text-slate-400 opacity-70"></th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td class="p-2 align-middle bg-transparent border-b whitespace-nowrap shadow-transparent">
              <div class="flex px-2 py-1">
                <div>
                  <img src="https://demos.creative-tim.com/soft-ui-dashboard-tailwind/assets/img/team-2.jpg" class="inline-flex items-center justify-center mr-4 text-white transition-all duration-200 ease-soft-in-out text-sm h-9 w-9 rounded-xl" alt="user1" />
                </div>
                <div class="flex flex-col justify-center">
                  <h6 class="mb-0 leading-normal text-sm font-display">John Michael</h6>
                  <p class="mb-0 leading-tight text-xs text-slate-400">[email protected]</p>
                </div>
              </div>
            </td>
            <td class="p-2 align-middle bg-transparent border-b whitespace-nowrap shadow-transparent">
              <p class="mb-0 font-semibold leading-tight text-xs">Manager</p>
              <p class="mb-0 leading-tight text-xs text-slate-400">Organization</p>
            </td>
            <td class="p-2 leading-normal text-center align-middle bg-transparent border-b text-sm whitespace-nowrap shadow-transparent">
              <span class="bg-gradient-to-tl from-green-600 to-lime-400 px-2 text-xxs rounded py-1 inline-block whitespace-nowrap text-center align-baseline font-bold uppercase leading-none text-white">Online</span>
            </td>
            <td class="p-2 text-center align-middle bg-transparent border-b whitespace-nowrap shadow-transparent">
              <span class="font-semibold leading-tight text-xs text-slate-400">23/04/18</span>
            </td>
            <td class="p-2 align-middle bg-transparent border-b whitespace-nowrap shadow-transparent">
              <a href="javascript:;" class="font-semibold leading-tight text-xs text-slate-400"> Edit </a>
            </td>
          </tr>
          <tr>
            <td class="p-2 align-middle bg-transparent border-b whitespace-nowrap shadow-transparent">
              <div class="flex px-2 py-1">
                <div>
                  <img src="https://demos.creative-tim.com/soft-ui-dashboard-tailwind/assets/img/team-3.jpg" class="inline-flex items-center justify-center mr-4 text-white transition-all duration-200 ease-soft-in-out text-sm h-9 w-9 rounded-xl" alt="user2" />
                </div>
                <div class="flex flex-col justify-center">
                  <h6 class="mb-0 leading-normal text-sm font-display">Alexa Liras</h6>
                  <p class="mb-0 leading-tight text-xs text-slate-400">[email protected]</p>
                </div>
              </div>
            </td>
            <td class="p-2 align-middle bg-transparent border-b whitespace-nowrap shadow-transparent">
              <p class="mb-0 font-semibold leading-tight text-xs">Programator</p>
              <p class="mb-0 leading-tight text-xs text-slate-400">Developer</p>
            </td>
            <td class="p-2 leading-normal text-center align-middle bg-transparent border-b text-sm whitespace-nowrap shadow-transparent">
              <span class="bg-gradient-to-tl from-slate-600 to-slate-300 px-2 text-xxs rounded py-1 inline-block whitespace-nowrap text-center align-baseline font-bold uppercase leading-none text-white">Offline</span>
            </td>
            <td class="p-2 text-center align-middle bg-transparent border-b whitespace-nowrap shadow-transparent">
              <span class="font-semibold leading-tight text-xs text-slate-400">11/01/19</span>
            </td>
            <td class="p-2 align-middle bg-transparent border-b whitespace-nowrap shadow-transparent">
              <a href="javascript:;" class="font-semibold leading-tight text-xs text-slate-400"> Edit </a>
            </td>
          </tr>
          <tr>
            <td class="p-2 align-middle bg-transparent border-b whitespace-nowrap shadow-transparent">
              <div class="flex px-2 py-1">
                <div>
                  <img src="https://demos.creative-tim.com/soft-ui-dashboard-tailwind/assets/img/team-4.jpg" class="inline-flex items-center justify-center mr-4 text-white transition-all duration-200 ease-soft-in-out text-sm h-9 w-9 rounded-xl" alt="user3" />
                </div>
                <div class="flex flex-col justify-center">
                  <h6 class="mb-0 leading-normal text-sm font-display">Laurent Perrier</h6>
                  <p class="mb-0 leading-tight text-xs text-slate-400">[email protected]</p>
                </div>
              </div>
            </td>
            <td class="p-2 align-middle bg-transparent border-b whitespace-nowrap shadow-transparent">
              <p class="mb-0 font-semibold leading-tight text-xs">Executive</p>
              <p class="mb-0 leading-tight text-xs text-slate-400">Projects</p>
            </td>
            <td class="p-2 leading-normal text-center align-middle bg-transparent border-b text-sm whitespace-nowrap shadow-transparent">
              <span class="bg-gradient-to-tl from-green-600 to-lime-400 px-2 text-xxs rounded py-1 inline-block whitespace-nowrap text-center align-baseline font-bold uppercase leading-none text-white">Online</span>
            </td>
            <td class="p-2 text-center align-middle bg-transparent border-b whitespace-nowrap shadow-transparent">
              <span class="font-semibold leading-tight text-xs text-slate-400">19/09/17</span>
            </td>
            <td class="p-2 align-middle bg-transparent border-b whitespace-nowrap shadow-transparent">
              <a href="javascript:;" class="font-semibold leading-tight text-xs text-slate-400"> Edit </a>
            </td>
          </tr>
          <tr>
            <td class="p-2 align-middle bg-transparent border-b-0 whitespace-nowrap shadow-transparent">
              <div class="flex px-2 py-1">
                <div>
                  <img src="https://demos.creative-tim.com/soft-ui-dashboard-tailwind/assets/img/team-1.jpg" class="inline-flex items-center justify-center mr-4 text-white transition-all duration-200 ease-soft-in-out text-sm h-9 w-9 rounded-xl" alt="user6" />
                </div>
                <div class="flex flex-col justify-center">
                  <h6 class="mb-0 leading-normal text-sm font-display">Miriam Eric</h6>
                  <p class="mb-0 leading-tight text-xs text-slate-400">[email protected]</p>
                </div>
              </div>
            </td>
            <td class="p-2 align-middle bg-transparent border-b-0 whitespace-nowrap shadow-transparent">
              <p class="mb-0 font-semibold leading-tight text-xs">Programtor</p>
              <p class="mb-0 leading-tight text-xs text-slate-400">Developer</p>
            </td>
            <td class="p-2 leading-normal text-center align-middle bg-transparent border-b-0 text-sm whitespace-nowrap shadow-transparent">
              <span class="bg-gradient-to-tl from-green-600 to-lime-400 px-2 text-xxs rounded py-1 inline-block whitespace-nowrap text-center align-baseline font-bold uppercase leading-none text-white">Online</span>
            </td>
            <td class="p-2 text-center align-middle bg-transparent border-b-0 whitespace-nowrap shadow-transparent">
              <span class="font-semibold leading-tight text-xs text-slate-400">14/09/20</span>
            </td>
            <td class="p-2 align-middle bg-transparent border-b-0 whitespace-nowrap shadow-transparent">
              <a href="javascript:;" class="font-semibold leading-tight text-xs text-slate-400"> Edit </a>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</div>

Table Products

Table Countries

Table Projects

Table Projects

Component from Riva Dashboard Tailwind Builder
<div class="relative flex flex-col min-w-0 break-words border border-dashed bg-clip-border rounded-2xl border-stone-200 bg-light/30 mb-5 draggable">
  <!-- card header -->
  <div class="px-9 pt-5 flex justify-between items-stretch flex-wrap min-h-[70px] pb-0 bg-transparent">
    <h3 class="flex flex-col items-start justify-center m-2 ml-0 font-medium text-xl/tight text-dark font-display">
      <span class="mr-3 font-semibold text-dark">Projects Deliveries</span>
      <span class="mt-1 font-medium text-secondary-dark text-lg/normal">All projects from the Metheora team</span>
    </h3>
    <div class="relative flex flex-wrap items-center my-2">
      <a href="javascript:void(0)" class="inline-block text-[.925rem] font-medium leading-normal text-center align-middle cursor-pointer rounded-2xl transition-colors duration-150 ease-in-out text-light-inverse bg-light-dark border-light shadow-none border-0 py-2 px-5 hover:bg-secondary active:bg-light focus:bg-light"> See other projects </a>
    </div>
  </div>
  <!-- end card header -->
  <!-- card body  -->
  <div class="flex-auto block py-8 pt-6 px-9">
    <div class="overflow-x-auto">
      <table class="w-full my-0 align-middle text-dark border-neutral-200">
        <thead class="align-bottom">
          <tr class="font-semibold text-[0.95rem] text-secondary-dark">
            <th class="pb-3 text-start min-w-[175px]">TASK</th>
            <th class="pb-3 text-end min-w-[100px]">OWNER</th>
            <th class="pb-3 text-end min-w-[100px]">PROGRESS</th>
            <th class="pb-3 pr-12 text-end min-w-[175px]">STATUS</th>
            <th class="pb-3 pr-12 text-end min-w-[100px]">DEADLINE</th>
            <th class="pb-3 text-end min-w-[50px]">DETAILS</th>
          </tr>
        </thead>
        <tbody>
          <tr class="border-b border-dashed last:border-b-0">
            <td class="p-3 pl-0">
              <div class="flex items-center">
                <div class="relative inline-block shrink-0 rounded-2xl me-3">
                  <img src="https://raw.githubusercontent.com/Loopple/loopple-public-assets/main/riva-dashboard-tailwind/img/img-49-new.jpg" class="w-[50px] h-[50px] inline-block shrink-0 rounded-2xl" alt="">
                </div>
                <div class="flex flex-col justify-start">
                  <a href="javascript:void(0)" class="mb-1 font-semibold transition-colors duration-200 ease-in-out text-lg/normal text-secondary-inverse hover:text-primary"> Social Media API </a>
                </div>
              </div>
            </td>
            <td class="p-3 pr-0 text-end">
              <span class="font-semibold text-light-inverse text-md/normal">Olivia Cambell</span>
            </td>
            <td class="p-3 pr-0 text-end">
              <span class="text-center align-baseline inline-flex px-2 py-1 mr-auto items-center font-semibold text-base/none text-success bg-success-light rounded-lg">
                <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5 mr-1">
                  <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 18L9 11.25l4.306 4.307a11.95 11.95 0 015.814-5.519l2.74-1.22m0 0l-5.94-2.28m5.94 2.28l-2.28 5.941" />
                </svg> 6.5% </span>
            </td>
            <td class="p-3 pr-12 text-end">
              <span class="text-center align-baseline inline-flex px-4 py-3 mr-auto items-center font-semibold text-[.95rem] leading-none text-primary bg-primary-light rounded-lg"> In Progress </span>
            </td>
            <td class="pr-0 text-start">
              <span class="font-semibold text-light-inverse text-md/normal">2023-08-23</span>
            </td>
            <td class="p-3 pr-0 text-end">
              <button class="ml-auto relative text-secondary-dark bg-light-dark hover:text-primary flex items-center h-[25px] w-[25px] text-base font-medium leading-normal text-center align-middle cursor-pointer rounded-2xl transition-colors duration-200 ease-in-out shadow-none border-0 justify-center">
                <span class="flex items-center justify-center p-0 m-0 leading-none shrink-0 ">
                  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-4 h-4">
                    <path stroke-linecap="round" stroke-linejoin="round" d="M8.25 4.5l7.5 7.5-7.5 7.5" />
                  </svg>
                </span>
              </button>
            </td>
          </tr>
          <tr class="border-b border-dashed last:border-b-0">
            <td class="p-3 pl-0">
              <div class="flex items-center">
                <div class="relative inline-block shrink-0 rounded-2xl me-3">
                  <img src="https://raw.githubusercontent.com/Loopple/loopple-public-assets/main/riva-dashboard-tailwind/img/img-40-new.jpg" class="w-[50px] h-[50px] inline-block shrink-0 rounded-2xl" alt="">
                </div>
                <div class="flex flex-col justify-start">
                  <a href="javascript:void(0)" class="mb-1 font-semibold transition-colors duration-200 ease-in-out text-lg/normal text-secondary-inverse hover:text-primary"> Geolocation App </a>
                </div>
              </div>
            </td>
            <td class="p-3 pr-0 text-end">
              <span class="font-semibold text-light-inverse text-md/normal">Luca Micloe</span>
            </td>
            <td class="p-3 pr-0 text-end">
              <span class="text-center align-baseline inline-flex px-2 py-1 mr-auto items-center font-semibold text-base/none text-danger bg-danger-light rounded-lg">
                <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5 mr-1">
                  <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 6L9 12.75l4.286-4.286a11.948 11.948 0 014.306 6.43l.776 2.898m0 0l3.182-5.511m-3.182 5.51l-5.511-3.181" />
                </svg> 2.7% </span>
            </td>
            <td class="p-3 pr-12 text-end">
              <span class="text-center align-baseline inline-flex px-4 py-3 mr-auto items-center font-semibold text-[.95rem] leading-none text-light-inverse bg-light rounded-lg"> Under Review </span>
            </td>
            <td class="pr-0 text-start">
              <span class="font-semibold text-light-inverse text-md/normal">2024-04-11</span>
            </td>
            <td class="p-3 pr-0 text-end">
              <button class="ml-auto relative text-secondary-dark bg-light-dark hover:text-primary flex items-center h-[25px] w-[25px] text-base font-medium leading-normal text-center align-middle cursor-pointer rounded-2xl transition-colors duration-200 ease-in-out shadow-none border-0 justify-center">
                <span class="flex items-center justify-center p-0 m-0 leading-none shrink-0 ">
                  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-4 h-4">
                    <path stroke-linecap="round" stroke-linejoin="round" d="M8.25 4.5l7.5 7.5-7.5 7.5" />
                  </svg>
                </span>
              </button>
            </td>
          </tr>
          <tr class="border-b border-dashed last:border-b-0">
            <td class="p-3 pl-0">
              <div class="flex items-center">
                <div class="relative inline-block shrink-0 rounded-2xl me-3">
                  <img src="https://raw.githubusercontent.com/Loopple/loopple-public-assets/main/riva-dashboard-tailwind/img/img-39-new.jpg" class="w-[50px] h-[50px] inline-block shrink-0 rounded-2xl" alt="">
                </div>
                <div class="flex flex-col justify-start">
                  <a href="javascript:void(0)" class="mb-1 font-semibold transition-colors duration-200 ease-in-out text-lg/normal text-secondary-inverse hover:text-primary"> iOS Login <span class="text-sm">(Morra)</span>
                  </a>
                </div>
              </div>
            </td>
            <td class="p-3 pr-0 text-end">
              <span class="font-semibold text-light-inverse text-md/normal">Bianca Winson</span>
            </td>
            <td class="p-3 pr-0 text-end">
              <span class="text-center align-baseline inline-flex px-2 py-1 mr-auto items-center font-semibold text-base/none text-success bg-success-light rounded-lg">
                <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5 mr-1">
                  <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 18L9 11.25l4.306 4.307a11.95 11.95 0 015.814-5.519l2.74-1.22m0 0l-5.94-2.28m5.94 2.28l-2.28 5.941" />
                </svg> 6.8% </span>
            </td>
            <td class="p-3 pr-12 text-end">
              <span class="text-center align-baseline inline-flex px-4 py-3 mr-auto items-center font-semibold text-[.95rem] leading-none text-primary bg-primary-light rounded-lg"> In Progress </span>
            </td>
            <td class="pr-0 text-start">
              <span class="font-semibold text-light-inverse text-md/normal">2024-02-10</span>
            </td>
            <td class="p-3 pr-0 text-end">
              <button class="ml-auto relative text-secondary-dark bg-light-dark hover:text-primary flex items-center h-[25px] w-[25px] text-base font-medium leading-normal text-center align-middle cursor-pointer rounded-2xl transition-colors duration-200 ease-in-out shadow-none border-0 justify-center">
                <span class="flex items-center justify-center p-0 m-0 leading-none shrink-0 ">
                  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-4 h-4">
                    <path stroke-linecap="round" stroke-linejoin="round" d="M8.25 4.5l7.5 7.5-7.5 7.5" />
                  </svg>
                </span>
              </button>
            </td>
          </tr>
          <tr class="border-b border-dashed last:border-b-0">
            <td class="p-3 pl-0">
              <div class="flex items-center">
                <div class="relative inline-block shrink-0 rounded-2xl me-3">
                  <img src="https://raw.githubusercontent.com/Loopple/loopple-public-assets/main/riva-dashboard-tailwind/img/img-47-new.jpg" class="w-[50px] h-[50px] inline-block shrink-0 rounded-2xl" alt="">
                </div>
                <div class="flex flex-col justify-start">
                  <a href="javascript:void(0)" class="mb-1 font-semibold transition-colors duration-200 ease-in-out text-lg/normal text-secondary-inverse hover:text-primary"> Axios Menu </a>
                </div>
              </div>
            </td>
            <td class="p-3 pr-0 text-end">
              <span class="font-semibold text-light-inverse text-md/normal">Roberto Alliton</span>
            </td>
            <td class="p-3 pr-0 text-end">
              <span class="text-center align-baseline inline-flex px-2 py-1 mr-auto items-center font-semibold text-base/none text-success bg-success-light rounded-lg">
                <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5 mr-1">
                  <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 18L9 11.25l4.306 4.307a11.95 11.95 0 015.814-5.519l2.74-1.22m0 0l-5.94-2.28m5.94 2.28l-2.28 5.941" />
                </svg> 4.5% </span>
            </td>
            <td class="p-3 pr-12 text-end">
              <span class="text-center align-baseline inline-flex px-4 py-3 mr-auto items-center font-semibold text-[.95rem] leading-none text-success bg-success-light rounded-lg"> Done </span>
            </td>
            <td class="pr-0 text-start">
              <span class="font-semibold text-light-inverse text-md/normal">2023-05-31</span>
            </td>
            <td class="p-3 pr-0 text-end">
              <button class="ml-auto relative text-secondary-dark bg-light-dark hover:text-primary flex items-center h-[25px] w-[25px] text-base font-medium leading-normal text-center align-middle cursor-pointer rounded-2xl transition-colors duration-200 ease-in-out shadow-none border-0 justify-center">
                <span class="flex items-center justify-center p-0 m-0 leading-none shrink-0 ">
                  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-4 h-4">
                    <path stroke-linecap="round" stroke-linejoin="round" d="M8.25 4.5l7.5 7.5-7.5 7.5" />
                  </svg>
                </span>
              </button>
            </td>
          </tr>
          <tr class="border-b border-dashed last:border-b-0">
            <td class="p-3 pl-0">
              <div class="flex items-center">
                <div class="relative inline-block shrink-0 rounded-2xl me-3">
                  <img src="https://raw.githubusercontent.com/Loopple/loopple-public-assets/main/riva-dashboard-tailwind/img/img-48-new.jpg" class="w-[50px] h-[50px] inline-block shrink-0 rounded-2xl" alt="">
                </div>
                <div class="flex flex-col justify-start">
                  <a href="javascript:void(0)" class="mb-1 font-semibold transition-colors duration-200 ease-in-out text-lg/normal text-secondary-inverse hover:text-primary"> Resto Aperto </a>
                </div>
              </div>
            </td>
            <td class="p-3 pr-0 text-end">
              <span class="font-semibold text-light-inverse text-md/normal">Michael Kenny</span>
            </td>
            <td class="p-3 pr-0 text-end">
              <span class="text-center align-baseline inline-flex px-2 py-1 mr-auto items-center font-semibold text-base/none text-danger bg-danger-light rounded-lg">
                <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5 mr-1">
                  <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 6L9 12.75l4.286-4.286a11.948 11.948 0 014.306 6.43l.776 2.898m0 0l3.182-5.511m-3.182 5.51l-5.511-3.181" />
                </svg> 1% </span>
            </td>
            <td class="p-3 pr-12 text-end">
              <span class="text-center align-baseline inline-flex px-4 py-3 mr-auto items-center font-semibold text-[.95rem] leading-none text-warning bg-warning-light rounded-lg"> Postponed </span>
            </td>
            <td class="pr-0 text-start">
              <span class="font-semibold text-light-inverse text-md/normal">2023-05-15</span>
            </td>
            <td class="p-3 pr-0 text-end">
              <button class="ml-auto relative text-secondary-dark bg-light-dark hover:text-primary flex items-center h-[25px] w-[25px] text-base font-medium leading-normal text-center align-middle cursor-pointer rounded-2xl transition-colors duration-200 ease-in-out shadow-none border-0 justify-center">
                <span class="flex items-center justify-center p-0 m-0 leading-none shrink-0 ">
                  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-4 h-4">
                    <path stroke-linecap="round" stroke-linejoin="round" d="M8.25 4.5l7.5 7.5-7.5 7.5" />
                  </svg>
                </span>
              </button>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</div>

Table Orders

Table Users

Table Campaigns