tables.html 92 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta19
  5. * @link https://tabler.io
  6. * Copyright 2018-2023 The Tabler Authors
  7. * Copyright 2018-2023 codecalm.net Paweł Kuna
  8. * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
  9. -->
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8"/>
  13. <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
  14. <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
  15. <title>Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
  16. <script defer data-api="/stats/api/event" data-domain="preview.tabler.io" src="/stats/js/script.js"></script>
  17. <meta name="msapplication-TileColor" content=""/>
  18. <meta name="theme-color" content=""/>
  19. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
  20. <meta name="apple-mobile-web-app-capable" content="yes"/>
  21. <meta name="mobile-web-app-capable" content="yes"/>
  22. <meta name="HandheldFriendly" content="True"/>
  23. <meta name="MobileOptimized" content="320"/>
  24. <link rel="icon" href="./favicon.ico" type="image/x-icon"/>
  25. <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon"/>
  26. <meta name="description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!"/>
  27. <meta name="canonical" content="https://preview.tabler.io/tables.html">
  28. <meta name="twitter:image:src" content="https://preview.tabler.io/static/og.png">
  29. <meta name="twitter:site" content="@tabler_ui">
  30. <meta name="twitter:card" content="summary">
  31. <meta name="twitter:title" content="Tabler: Premium and Open Source dashboard template with responsive and high quality UI.">
  32. <meta name="twitter:description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!">
  33. <meta property="og:image" content="https://preview.tabler.io/static/og.png">
  34. <meta property="og:image:width" content="1280">
  35. <meta property="og:image:height" content="640">
  36. <meta property="og:site_name" content="Tabler">
  37. <meta property="og:type" content="object">
  38. <meta property="og:title" content="Tabler: Premium and Open Source dashboard template with responsive and high quality UI.">
  39. <meta property="og:url" content="https://preview.tabler.io/static/og.png">
  40. <meta property="og:description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!">
  41. <!-- CSS files -->
  42. <link href="./dist/css/tabler.min.css?1685973381" rel="stylesheet"/>
  43. <link href="./dist/css/tabler-flags.min.css?1685973381" rel="stylesheet"/>
  44. <link href="./dist/css/tabler-payments.min.css?1685973381" rel="stylesheet"/>
  45. <link href="./dist/css/tabler-vendors.min.css?1685973381" rel="stylesheet"/>
  46. <link href="./dist/css/demo.min.css?1685973381" rel="stylesheet"/>
  47. <style>
  48. @import url('https://rsms.me/inter/inter.css');
  49. :root {
  50. --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  51. }
  52. body {
  53. font-feature-settings: "cv03", "cv04", "cv11";
  54. }
  55. </style>
  56. </head>
  57. <body >
  58. <script src="./dist/js/demo-theme.min.js?1685973381"></script>
  59. <div class="page">
  60. <!-- Navbar -->
  61. <header class="navbar navbar-expand-md d-print-none" >
  62. <div class="container-xl">
  63. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-menu" aria-controls="navbar-menu" aria-expanded="false" aria-label="Toggle navigation">
  64. <span class="navbar-toggler-icon"></span>
  65. </button>
  66. <h1 class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-md-3">
  67. <a href=".">
  68. <img src="./static/logo.svg" width="110" height="32" alt="Tabler" class="navbar-brand-image">
  69. </a>
  70. </h1>
  71. <div class="navbar-nav flex-row order-md-last">
  72. <div class="nav-item d-none d-md-flex me-3">
  73. <div class="btn-list">
  74. <a href="https://github.com/tabler/tabler" class="btn" target="_blank" rel="noreferrer">
  75. <!-- Download SVG icon from http://tabler-icons.io/i/brand-github -->
  76. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" /></svg>
  77. Source code
  78. </a>
  79. <a href="https://github.com/sponsors/codecalm" class="btn" target="_blank" rel="noreferrer">
  80. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  81. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-pink" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  82. Sponsor
  83. </a>
  84. </div>
  85. </div>
  86. <div class="d-none d-md-flex">
  87. <a href="?theme=dark" class="nav-link px-0 hide-theme-dark" title="Enable dark mode" data-bs-toggle="tooltip"
  88. data-bs-placement="bottom">
  89. <!-- Download SVG icon from http://tabler-icons.io/i/moon -->
  90. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /></svg>
  91. </a>
  92. <a href="?theme=light" class="nav-link px-0 hide-theme-light" title="Enable light mode" data-bs-toggle="tooltip"
  93. data-bs-placement="bottom">
  94. <!-- Download SVG icon from http://tabler-icons.io/i/sun -->
  95. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" /></svg>
  96. </a>
  97. <div class="nav-item dropdown d-none d-md-flex me-3">
  98. <a href="#" class="nav-link px-0" data-bs-toggle="dropdown" tabindex="-1" aria-label="Show notifications">
  99. <!-- Download SVG icon from http://tabler-icons.io/i/bell -->
  100. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /></svg>
  101. <span class="badge bg-red"></span>
  102. </a>
  103. <div class="dropdown-menu dropdown-menu-arrow dropdown-menu-end dropdown-menu-card">
  104. <div class="card">
  105. <div class="card-header">
  106. <h3 class="card-title">Last updates</h3>
  107. </div>
  108. <div class="list-group list-group-flush list-group-hoverable">
  109. <div class="list-group-item">
  110. <div class="row align-items-center">
  111. <div class="col-auto"><span class="status-dot status-dot-animated bg-red d-block"></span></div>
  112. <div class="col text-truncate">
  113. <a href="#" class="text-body d-block">Example 1</a>
  114. <div class="d-block text-secondary text-truncate mt-n1">
  115. Change deprecated html tags to text decoration classes (#29604)
  116. </div>
  117. </div>
  118. <div class="col-auto">
  119. <a href="#" class="list-group-item-actions">
  120. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  121. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  122. </a>
  123. </div>
  124. </div>
  125. </div>
  126. <div class="list-group-item">
  127. <div class="row align-items-center">
  128. <div class="col-auto"><span class="status-dot d-block"></span></div>
  129. <div class="col text-truncate">
  130. <a href="#" class="text-body d-block">Example 2</a>
  131. <div class="d-block text-secondary text-truncate mt-n1">
  132. justify-content:between ⇒ justify-content:space-between (#29734)
  133. </div>
  134. </div>
  135. <div class="col-auto">
  136. <a href="#" class="list-group-item-actions show">
  137. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  138. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-yellow" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  139. </a>
  140. </div>
  141. </div>
  142. </div>
  143. <div class="list-group-item">
  144. <div class="row align-items-center">
  145. <div class="col-auto"><span class="status-dot d-block"></span></div>
  146. <div class="col text-truncate">
  147. <a href="#" class="text-body d-block">Example 3</a>
  148. <div class="d-block text-secondary text-truncate mt-n1">
  149. Update change-version.js (#29736)
  150. </div>
  151. </div>
  152. <div class="col-auto">
  153. <a href="#" class="list-group-item-actions">
  154. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  155. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  156. </a>
  157. </div>
  158. </div>
  159. </div>
  160. <div class="list-group-item">
  161. <div class="row align-items-center">
  162. <div class="col-auto"><span class="status-dot status-dot-animated bg-green d-block"></span></div>
  163. <div class="col text-truncate">
  164. <a href="#" class="text-body d-block">Example 4</a>
  165. <div class="d-block text-secondary text-truncate mt-n1">
  166. Regenerate package-lock.json (#29730)
  167. </div>
  168. </div>
  169. <div class="col-auto">
  170. <a href="#" class="list-group-item-actions">
  171. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  172. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  173. </a>
  174. </div>
  175. </div>
  176. </div>
  177. </div>
  178. </div>
  179. </div>
  180. </div>
  181. </div>
  182. <div class="nav-item dropdown">
  183. <a href="#" class="nav-link d-flex lh-1 text-reset p-0" data-bs-toggle="dropdown" aria-label="Open user menu">
  184. <span class="avatar avatar-sm" style="background-image: url(./static/avatars/000m.jpg)"></span>
  185. <div class="d-none d-xl-block ps-2">
  186. <div>Paweł Kuna</div>
  187. <div class="mt-1 small text-secondary">UI Designer</div>
  188. </div>
  189. </a>
  190. <div class="dropdown-menu dropdown-menu-end dropdown-menu-arrow">
  191. <a href="#" class="dropdown-item">Status</a>
  192. <a href="./profile.html" class="dropdown-item">Profile</a>
  193. <a href="#" class="dropdown-item">Feedback</a>
  194. <div class="dropdown-divider"></div>
  195. <a href="./settings.html" class="dropdown-item">Settings</a>
  196. <a href="./sign-in.html" class="dropdown-item">Logout</a>
  197. </div>
  198. </div>
  199. </div>
  200. </div>
  201. </header>
  202. <header class="navbar-expand-md">
  203. <div class="collapse navbar-collapse" id="navbar-menu">
  204. <div class="navbar">
  205. <div class="container-xl">
  206. <ul class="navbar-nav">
  207. <li class="nav-item">
  208. <a class="nav-link" href="./" >
  209. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/home -->
  210. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l-2 0l9 -9l9 9l-2 0" /><path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" /><path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" /></svg>
  211. </span>
  212. <span class="nav-link-title">
  213. Home
  214. </span>
  215. </a>
  216. </li>
  217. <li class="nav-item active dropdown">
  218. <a class="nav-link dropdown-toggle" href="#navbar-base" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  219. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/package -->
  220. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5" /><path d="M12 12l8 -4.5" /><path d="M12 12l0 9" /><path d="M12 12l-8 -4.5" /><path d="M16 5.25l-8 4.5" /></svg>
  221. </span>
  222. <span class="nav-link-title">
  223. Interface
  224. </span>
  225. </a>
  226. <div class="dropdown-menu">
  227. <div class="dropdown-menu-columns">
  228. <div class="dropdown-menu-column">
  229. <a class="dropdown-item" href="./alerts.html">
  230. Alerts
  231. </a>
  232. <a class="dropdown-item" href="./accordion.html">
  233. Accordion
  234. </a>
  235. <div class="dropend">
  236. <a class="dropdown-item dropdown-toggle" href="#sidebar-authentication" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  237. Authentication
  238. </a>
  239. <div class="dropdown-menu">
  240. <a href="./sign-in.html" class="dropdown-item">
  241. Sign in
  242. </a>
  243. <a href="./sign-in-link.html" class="dropdown-item">
  244. Sign in link
  245. </a>
  246. <a href="./sign-in-illustration.html" class="dropdown-item">
  247. Sign in with illustration
  248. </a>
  249. <a href="./sign-in-cover.html" class="dropdown-item">
  250. Sign in with cover
  251. </a>
  252. <a href="./sign-up.html" class="dropdown-item">
  253. Sign up
  254. </a>
  255. <a href="./forgot-password.html" class="dropdown-item">
  256. Forgot password
  257. </a>
  258. <a href="./terms-of-service.html" class="dropdown-item">
  259. Terms of service
  260. </a>
  261. <a href="./auth-lock.html" class="dropdown-item">
  262. Lock screen
  263. </a>
  264. <a href="./2-step-verification.html" class="dropdown-item">
  265. 2 step verification
  266. </a>
  267. <a href="./2-step-verification-code.html" class="dropdown-item">
  268. 2 step verification code
  269. </a>
  270. </div>
  271. </div>
  272. <a class="dropdown-item" href="./blank.html">
  273. Blank page
  274. </a>
  275. <a class="dropdown-item" href="./badges.html">
  276. Badges
  277. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  278. </a>
  279. <a class="dropdown-item" href="./buttons.html">
  280. Buttons
  281. </a>
  282. <div class="dropend">
  283. <a class="dropdown-item dropdown-toggle" href="#sidebar-cards" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  284. Cards
  285. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  286. </a>
  287. <div class="dropdown-menu">
  288. <a href="./cards.html" class="dropdown-item">
  289. Sample cards
  290. </a>
  291. <a href="./card-actions.html" class="dropdown-item">
  292. Card actions
  293. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  294. </a>
  295. <a href="./cards-masonry.html" class="dropdown-item">
  296. Cards Masonry
  297. </a>
  298. </div>
  299. </div>
  300. <a class="dropdown-item" href="./carousel.html">
  301. Carousel
  302. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  303. </a>
  304. <a class="dropdown-item" href="./charts.html">
  305. Charts
  306. </a>
  307. <a class="dropdown-item" href="./colors.html">
  308. Colors
  309. </a>
  310. <a class="dropdown-item" href="./colorpicker.html">
  311. Color picker
  312. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  313. </a>
  314. <a class="dropdown-item" href="./datagrid.html">
  315. Data grid
  316. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  317. </a>
  318. <a class="dropdown-item" href="./datatables.html">
  319. Datatables
  320. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  321. </a>
  322. <a class="dropdown-item" href="./dropdowns.html">
  323. Dropdowns
  324. </a>
  325. <a class="dropdown-item" href="./dropzone.html">
  326. Dropzone
  327. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  328. </a>
  329. <div class="dropend">
  330. <a class="dropdown-item dropdown-toggle" href="#sidebar-error" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  331. Error pages
  332. </a>
  333. <div class="dropdown-menu">
  334. <a href="./error-404.html" class="dropdown-item">
  335. 404 page
  336. </a>
  337. <a href="./error-500.html" class="dropdown-item">
  338. 500 page
  339. </a>
  340. <a href="./error-maintenance.html" class="dropdown-item">
  341. Maintenance page
  342. </a>
  343. </div>
  344. </div>
  345. <a class="dropdown-item" href="./flags.html">
  346. Flags
  347. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  348. </a>
  349. <a class="dropdown-item" href="./inline-player.html">
  350. Inline player
  351. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  352. </a>
  353. </div>
  354. <div class="dropdown-menu-column">
  355. <a class="dropdown-item" href="./lightbox.html">
  356. Lightbox
  357. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  358. </a>
  359. <a class="dropdown-item" href="./lists.html">
  360. Lists
  361. </a>
  362. <a class="dropdown-item" href="./modals.html">
  363. Modal
  364. </a>
  365. <a class="dropdown-item" href="./maps.html">
  366. Map
  367. </a>
  368. <a class="dropdown-item" href="./map-fullsize.html">
  369. Map fullsize
  370. </a>
  371. <a class="dropdown-item" href="./maps-vector.html">
  372. Map vector
  373. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  374. </a>
  375. <a class="dropdown-item" href="./markdown.html">
  376. Markdown
  377. </a>
  378. <a class="dropdown-item" href="./navigation.html">
  379. Navigation
  380. </a>
  381. <a class="dropdown-item" href="./offcanvas.html">
  382. Offcanvas
  383. </a>
  384. <a class="dropdown-item" href="./pagination.html">
  385. <!-- Download SVG icon from http://tabler-icons.io/i/pie-chart -->
  386. Pagination
  387. </a>
  388. <a class="dropdown-item" href="./placeholder.html">
  389. Placeholder
  390. </a>
  391. <a class="dropdown-item" href="./steps.html">
  392. Steps
  393. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  394. </a>
  395. <a class="dropdown-item" href="./stars-rating.html">
  396. Stars rating
  397. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  398. </a>
  399. <a class="dropdown-item" href="./tabs.html">
  400. Tabs
  401. </a>
  402. <a class="dropdown-item active" href="./tables.html">
  403. Tables
  404. </a>
  405. <a class="dropdown-item" href="./typography.html">
  406. Typography
  407. </a>
  408. <a class="dropdown-item" href="./tinymce.html">
  409. TinyMCE
  410. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  411. </a>
  412. </div>
  413. </div>
  414. </div>
  415. </li>
  416. <li class="nav-item">
  417. <a class="nav-link" href="./form-elements.html" >
  418. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/checkbox -->
  419. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 11l3 3l8 -8" /><path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9" /></svg>
  420. </span>
  421. <span class="nav-link-title">
  422. Form elements
  423. </span>
  424. </a>
  425. </li>
  426. <li class="nav-item dropdown">
  427. <a class="nav-link dropdown-toggle" href="#navbar-extra" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  428. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/star -->
  429. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  430. </span>
  431. <span class="nav-link-title">
  432. Extra
  433. </span>
  434. </a>
  435. <div class="dropdown-menu">
  436. <div class="dropdown-menu-columns">
  437. <div class="dropdown-menu-column">
  438. <a class="dropdown-item" href="./empty.html">
  439. Empty page
  440. </a>
  441. <a class="dropdown-item" href="./cookie-banner.html">
  442. Cookie banner
  443. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  444. </a>
  445. <a class="dropdown-item" href="./activity.html">
  446. Activity
  447. </a>
  448. <a class="dropdown-item" href="./gallery.html">
  449. Gallery
  450. </a>
  451. <a class="dropdown-item" href="./invoice.html">
  452. Invoice
  453. </a>
  454. <a class="dropdown-item" href="./search-results.html">
  455. Search results
  456. </a>
  457. <a class="dropdown-item" href="./pricing.html">
  458. Pricing cards
  459. </a>
  460. <a class="dropdown-item" href="./pricing-table.html">
  461. Pricing table
  462. </a>
  463. <a class="dropdown-item" href="./faq.html">
  464. FAQ
  465. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  466. </a>
  467. <a class="dropdown-item" href="./users.html">
  468. Users
  469. </a>
  470. <a class="dropdown-item" href="./license.html">
  471. License
  472. </a>
  473. </div>
  474. <div class="dropdown-menu-column">
  475. <a class="dropdown-item" href="./logs.html">
  476. Logs
  477. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  478. </a>
  479. <a class="dropdown-item" href="./music.html">
  480. Music
  481. </a>
  482. <a class="dropdown-item" href="./photogrid.html">
  483. Photogrid
  484. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  485. </a>
  486. <a class="dropdown-item" href="./tasks.html">
  487. Tasks
  488. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  489. </a>
  490. <a class="dropdown-item" href="./uptime.html">
  491. Uptime monitor
  492. </a>
  493. <a class="dropdown-item" href="./widgets.html">
  494. Widgets
  495. </a>
  496. <a class="dropdown-item" href="./wizard.html">
  497. Wizard
  498. </a>
  499. <a class="dropdown-item" href="./settings.html">
  500. Settings
  501. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  502. </a>
  503. <a class="dropdown-item" href="./trial-ended.html">
  504. Trial ended
  505. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  506. </a>
  507. <a class="dropdown-item" href="./job-listing.html">
  508. Job listing
  509. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  510. </a>
  511. <a class="dropdown-item" href="./page-loader.html">
  512. Page loader
  513. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  514. </a>
  515. </div>
  516. </div>
  517. </div>
  518. </li>
  519. <li class="nav-item dropdown">
  520. <a class="nav-link dropdown-toggle" href="#navbar-layout" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  521. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/layout-2 -->
  522. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M14 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /></svg>
  523. </span>
  524. <span class="nav-link-title">
  525. Layout
  526. </span>
  527. </a>
  528. <div class="dropdown-menu">
  529. <div class="dropdown-menu-columns">
  530. <div class="dropdown-menu-column">
  531. <a class="dropdown-item" href="./layout-horizontal.html">
  532. Horizontal
  533. </a>
  534. <a class="dropdown-item" href="./layout-boxed.html">
  535. Boxed
  536. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  537. </a>
  538. <a class="dropdown-item" href="./layout-vertical.html">
  539. Vertical
  540. </a>
  541. <a class="dropdown-item" href="./layout-vertical-transparent.html">
  542. Vertical transparent
  543. </a>
  544. <a class="dropdown-item" href="./layout-vertical-right.html">
  545. Right vertical
  546. </a>
  547. <a class="dropdown-item" href="./layout-condensed.html">
  548. Condensed
  549. </a>
  550. <a class="dropdown-item" href="./layout-combo.html">
  551. Combined
  552. </a>
  553. </div>
  554. <div class="dropdown-menu-column">
  555. <a class="dropdown-item" href="./layout-navbar-dark.html">
  556. Navbar dark
  557. </a>
  558. <a class="dropdown-item" href="./layout-navbar-sticky.html">
  559. Navbar sticky
  560. </a>
  561. <a class="dropdown-item" href="./layout-navbar-overlap.html">
  562. Navbar overlap
  563. </a>
  564. <a class="dropdown-item" href="./layout-rtl.html">
  565. RTL mode
  566. </a>
  567. <a class="dropdown-item" href="./layout-fluid.html">
  568. Fluid
  569. </a>
  570. <a class="dropdown-item" href="./layout-fluid-vertical.html">
  571. Fluid vertical
  572. </a>
  573. </div>
  574. </div>
  575. </div>
  576. </li>
  577. <li class="nav-item">
  578. <a class="nav-link" href="./icons.html" >
  579. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/ghost -->
  580. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" /><path d="M10 10l.01 0" /><path d="M14 10l.01 0" /><path d="M10 14a3.5 3.5 0 0 0 4 0" /></svg>
  581. </span>
  582. <span class="nav-link-title">
  583. 4231 icons
  584. </span>
  585. </a>
  586. </li>
  587. <li class="nav-item dropdown">
  588. <a class="nav-link dropdown-toggle" href="#navbar-help" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  589. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/lifebuoy -->
  590. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /><path d="M15 15l3.35 3.35" /><path d="M9 15l-3.35 3.35" /><path d="M5.65 5.65l3.35 3.35" /><path d="M18.35 5.65l-3.35 3.35" /></svg>
  591. </span>
  592. <span class="nav-link-title">
  593. Help
  594. </span>
  595. </a>
  596. <div class="dropdown-menu">
  597. <a class="dropdown-item" href="https://tabler.io/docs" target="_blank" rel="noopener">
  598. Documentation
  599. </a>
  600. <a class="dropdown-item" href="./changelog.html">
  601. Changelog
  602. </a>
  603. <a class="dropdown-item" href="https://github.com/tabler/tabler" target="_blank" rel="noopener">
  604. Source code
  605. </a>
  606. <a class="dropdown-item text-pink" href="https://github.com/sponsors/codecalm" target="_blank" rel="noopener">
  607. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  608. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-inline me-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  609. Sponsor project!
  610. </a>
  611. </div>
  612. </li>
  613. </ul>
  614. <div class="my-2 my-md-0 flex-grow-1 flex-md-grow-0 order-first order-md-last">
  615. <form action="./" method="get" autocomplete="off" novalidate>
  616. <div class="input-icon">
  617. <span class="input-icon-addon">
  618. <!-- Download SVG icon from http://tabler-icons.io/i/search -->
  619. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" /><path d="M21 21l-6 -6" /></svg>
  620. </span>
  621. <input type="text" value="" class="form-control" placeholder="Search…" aria-label="Search in website">
  622. </div>
  623. </form>
  624. </div>
  625. </div>
  626. </div>
  627. </div>
  628. </header>
  629. <div class="page-wrapper">
  630. <!-- Page header -->
  631. <div class="page-header d-print-none">
  632. <div class="container-xl">
  633. <div class="row g-2 align-items-center">
  634. <div class="col">
  635. <h2 class="page-title">
  636. Tables
  637. </h2>
  638. </div>
  639. </div>
  640. </div>
  641. </div>
  642. <!-- Page body -->
  643. <div class="page-body">
  644. <div class="container-xl">
  645. <div class="row row-cards">
  646. <div class="col-lg-8">
  647. <div class="card">
  648. <div class="table-responsive">
  649. <table
  650. class="table table-vcenter card-table">
  651. <thead>
  652. <tr>
  653. <th>Name</th>
  654. <th>Title</th>
  655. <th>Email</th>
  656. <th>Role</th>
  657. <th class="w-1"></th>
  658. </tr>
  659. </thead>
  660. <tbody>
  661. <tr>
  662. <td >Paweł Kuna</td>
  663. <td class="text-secondary" >
  664. UI Designer, Training
  665. </td>
  666. <td class="text-secondary" ><a href="#" class="text-reset">paweluna@howstuffworks.com</a></td>
  667. <td class="text-secondary" >
  668. User
  669. </td>
  670. <td>
  671. <a href="#">Edit</a>
  672. </td>
  673. </tr>
  674. <tr>
  675. <td >Jeffie Lewzey</td>
  676. <td class="text-secondary" >
  677. Chemical Engineer, Support
  678. </td>
  679. <td class="text-secondary" ><a href="#" class="text-reset">jlewzey1@seesaa.net</a></td>
  680. <td class="text-secondary" >
  681. Admin
  682. </td>
  683. <td>
  684. <a href="#">Edit</a>
  685. </td>
  686. </tr>
  687. <tr>
  688. <td >Mallory Hulme</td>
  689. <td class="text-secondary" >
  690. Geologist IV, Support
  691. </td>
  692. <td class="text-secondary" ><a href="#" class="text-reset">mhulme2@domainmarket.com</a></td>
  693. <td class="text-secondary" >
  694. User
  695. </td>
  696. <td>
  697. <a href="#">Edit</a>
  698. </td>
  699. </tr>
  700. <tr>
  701. <td >Dunn Slane</td>
  702. <td class="text-secondary" >
  703. Research Nurse, Sales
  704. </td>
  705. <td class="text-secondary" ><a href="#" class="text-reset">dslane3@epa.gov</a></td>
  706. <td class="text-secondary" >
  707. Owner
  708. </td>
  709. <td>
  710. <a href="#">Edit</a>
  711. </td>
  712. </tr>
  713. <tr>
  714. <td >Emmy Levet</td>
  715. <td class="text-secondary" >
  716. VP Product Management, Accounting
  717. </td>
  718. <td class="text-secondary" ><a href="#" class="text-reset">elevet4@senate.gov</a></td>
  719. <td class="text-secondary" >
  720. Admin
  721. </td>
  722. <td>
  723. <a href="#">Edit</a>
  724. </td>
  725. </tr>
  726. <tr>
  727. <td >Maryjo Lebarree</td>
  728. <td class="text-secondary" >
  729. Civil Engineer, Product Management
  730. </td>
  731. <td class="text-secondary" ><a href="#" class="text-reset">mlebarree5@unc.edu</a></td>
  732. <td class="text-secondary" >
  733. User
  734. </td>
  735. <td>
  736. <a href="#">Edit</a>
  737. </td>
  738. </tr>
  739. <tr>
  740. <td >Egan Poetz</td>
  741. <td class="text-secondary" >
  742. Research Nurse, Engineering
  743. </td>
  744. <td class="text-secondary" ><a href="#" class="text-reset">epoetz6@free.fr</a></td>
  745. <td class="text-secondary" >
  746. Admin
  747. </td>
  748. <td>
  749. <a href="#">Edit</a>
  750. </td>
  751. </tr>
  752. <tr>
  753. <td >Kellie Skingley</td>
  754. <td class="text-secondary" >
  755. Teacher, Services
  756. </td>
  757. <td class="text-secondary" ><a href="#" class="text-reset">kskingley7@columbia.edu</a></td>
  758. <td class="text-secondary" >
  759. Owner
  760. </td>
  761. <td>
  762. <a href="#">Edit</a>
  763. </td>
  764. </tr>
  765. </tbody>
  766. </table>
  767. </div>
  768. </div>
  769. </div>
  770. <div class="col-lg-4">
  771. <div class="card">
  772. <div class="card-body">
  773. <h3 class="card-title">Top Pages</h3>
  774. <table class="table table-sm table-borderless">
  775. <thead>
  776. <tr>
  777. <th>Page</th>
  778. <th class="text-end">Visitors</th>
  779. </tr>
  780. </thead>
  781. <tbody>
  782. <tr>
  783. <td>
  784. <div class="progressbg">
  785. <div class="progress progressbg-progress">
  786. <div class="progress-bar bg-primary-lt" style="width: 82.54%" role="progressbar" aria-valuenow="82.54" aria-valuemin="0" aria-valuemax="100" aria-label="82.54% Complete">
  787. <span class="visually-hidden">82.54% Complete</span>
  788. </div>
  789. </div>
  790. <div class="progressbg-text">/</div>
  791. </div>
  792. </td>
  793. <td class="w-1 fw-bold text-end">4896</td>
  794. </tr>
  795. <tr>
  796. <td>
  797. <div class="progressbg">
  798. <div class="progress progressbg-progress">
  799. <div class="progress-bar bg-primary-lt" style="width: 76.29%" role="progressbar" aria-valuenow="76.29" aria-valuemin="0" aria-valuemax="100" aria-label="76.29% Complete">
  800. <span class="visually-hidden">76.29% Complete</span>
  801. </div>
  802. </div>
  803. <div class="progressbg-text">/form-elements.html</div>
  804. </div>
  805. </td>
  806. <td class="w-1 fw-bold text-end">3652</td>
  807. </tr>
  808. <tr>
  809. <td>
  810. <div class="progressbg">
  811. <div class="progress progressbg-progress">
  812. <div class="progress-bar bg-primary-lt" style="width: 72.65%" role="progressbar" aria-valuenow="72.65" aria-valuemin="0" aria-valuemax="100" aria-label="72.65% Complete">
  813. <span class="visually-hidden">72.65% Complete</span>
  814. </div>
  815. </div>
  816. <div class="progressbg-text">/index.html</div>
  817. </div>
  818. </td>
  819. <td class="w-1 fw-bold text-end">3256</td>
  820. </tr>
  821. <tr>
  822. <td>
  823. <div class="progressbg">
  824. <div class="progress progressbg-progress">
  825. <div class="progress-bar bg-primary-lt" style="width: 44.89%" role="progressbar" aria-valuenow="44.89" aria-valuemin="0" aria-valuemax="100" aria-label="44.89% Complete">
  826. <span class="visually-hidden">44.89% Complete</span>
  827. </div>
  828. </div>
  829. <div class="progressbg-text">/icons.html</div>
  830. </div>
  831. </td>
  832. <td class="w-1 fw-bold text-end">986</td>
  833. </tr>
  834. <tr>
  835. <td>
  836. <div class="progressbg">
  837. <div class="progress progressbg-progress">
  838. <div class="progress-bar bg-primary-lt" style="width: 41.12%" role="progressbar" aria-valuenow="41.12" aria-valuemin="0" aria-valuemax="100" aria-label="41.12% Complete">
  839. <span class="visually-hidden">41.12% Complete</span>
  840. </div>
  841. </div>
  842. <div class="progressbg-text">/docs/</div>
  843. </div>
  844. </td>
  845. <td class="w-1 fw-bold text-end">912</td>
  846. </tr>
  847. <tr>
  848. <td>
  849. <div class="progressbg">
  850. <div class="progress progressbg-progress">
  851. <div class="progress-bar bg-primary-lt" style="width: 32.65%" role="progressbar" aria-valuenow="32.65" aria-valuemin="0" aria-valuemax="100" aria-label="32.65% Complete">
  852. <span class="visually-hidden">32.65% Complete</span>
  853. </div>
  854. </div>
  855. <div class="progressbg-text">/accordion.html</div>
  856. </div>
  857. </td>
  858. <td class="w-1 fw-bold text-end">855</td>
  859. </tr>
  860. <tr>
  861. <td>
  862. <div class="progressbg">
  863. <div class="progress progressbg-progress">
  864. <div class="progress-bar bg-primary-lt" style="width: 16.22%" role="progressbar" aria-valuenow="16.22" aria-valuemin="0" aria-valuemax="100" aria-label="16.22% Complete">
  865. <span class="visually-hidden">16.22% Complete</span>
  866. </div>
  867. </div>
  868. <div class="progressbg-text">/datagrid.html</div>
  869. </div>
  870. </td>
  871. <td class="w-1 fw-bold text-end">764</td>
  872. </tr>
  873. <tr>
  874. <td>
  875. <div class="progressbg">
  876. <div class="progress progressbg-progress">
  877. <div class="progress-bar bg-primary-lt" style="width: 8.69%" role="progressbar" aria-valuenow="8.69" aria-valuemin="0" aria-valuemax="100" aria-label="8.69% Complete">
  878. <span class="visually-hidden">8.69% Complete</span>
  879. </div>
  880. </div>
  881. <div class="progressbg-text">/datatables.html</div>
  882. </div>
  883. </td>
  884. <td class="w-1 fw-bold text-end">686</td>
  885. </tr>
  886. </tbody>
  887. </table>
  888. </div>
  889. </div>
  890. </div>
  891. <div class="col-12">
  892. <div class="card">
  893. <div class="table-responsive">
  894. <table
  895. class="table table-vcenter card-table table-striped">
  896. <thead>
  897. <tr>
  898. <th>Name</th>
  899. <th>Title</th>
  900. <th>Email</th>
  901. <th>Role</th>
  902. <th class="w-1"></th>
  903. </tr>
  904. </thead>
  905. <tbody>
  906. <tr>
  907. <td >Maryjo Lebarree</td>
  908. <td class="text-secondary" >
  909. Civil Engineer, Product Management
  910. </td>
  911. <td class="text-secondary" ><a href="#" class="text-reset">mlebarree5@unc.edu</a></td>
  912. <td class="text-secondary" >
  913. User
  914. </td>
  915. <td>
  916. <a href="#">Edit</a>
  917. </td>
  918. </tr>
  919. <tr>
  920. <td >Egan Poetz</td>
  921. <td class="text-secondary" >
  922. Research Nurse, Engineering
  923. </td>
  924. <td class="text-secondary" ><a href="#" class="text-reset">epoetz6@free.fr</a></td>
  925. <td class="text-secondary" >
  926. Admin
  927. </td>
  928. <td>
  929. <a href="#">Edit</a>
  930. </td>
  931. </tr>
  932. <tr>
  933. <td >Kellie Skingley</td>
  934. <td class="text-secondary" >
  935. Teacher, Services
  936. </td>
  937. <td class="text-secondary" ><a href="#" class="text-reset">kskingley7@columbia.edu</a></td>
  938. <td class="text-secondary" >
  939. User
  940. </td>
  941. <td>
  942. <a href="#">Edit</a>
  943. </td>
  944. </tr>
  945. <tr>
  946. <td >Christabel Charlwood</td>
  947. <td class="text-secondary" >
  948. Tax Accountant, Engineering
  949. </td>
  950. <td class="text-secondary" ><a href="#" class="text-reset">ccharlwood8@nifty.com</a></td>
  951. <td class="text-secondary" >
  952. Owner
  953. </td>
  954. <td>
  955. <a href="#">Edit</a>
  956. </td>
  957. </tr>
  958. <tr>
  959. <td >Haskel Shelper</td>
  960. <td class="text-secondary" >
  961. Staff Scientist, Legal
  962. </td>
  963. <td class="text-secondary" ><a href="#" class="text-reset">hshelper9@woothemes.com</a></td>
  964. <td class="text-secondary" >
  965. Admin
  966. </td>
  967. <td>
  968. <a href="#">Edit</a>
  969. </td>
  970. </tr>
  971. </tbody>
  972. </table>
  973. </div>
  974. </div>
  975. </div>
  976. <div class="col-12">
  977. <div class="card">
  978. <div class="table-responsive">
  979. <table
  980. class="table table-vcenter card-table">
  981. <thead>
  982. <tr>
  983. <th>Name</th>
  984. <th>Title</th>
  985. <th>Role</th>
  986. <th class="w-1"></th>
  987. </tr>
  988. </thead>
  989. <tbody>
  990. <tr>
  991. <td >
  992. <div class="d-flex py-1 align-items-center">
  993. <span class="avatar me-2" style="background-image: url(./static/avatars/006m.jpg)"></span>
  994. <div class="flex-fill">
  995. <div class="font-weight-medium">Lorry Mion</div>
  996. <div class="text-secondary"><a href="#" class="text-reset">lmiona@livejournal.com</a></div>
  997. </div>
  998. </div>
  999. </td>
  1000. <td >
  1001. <div>Automation Specialist IV</div>
  1002. <div class="text-secondary">Accounting</div>
  1003. </td>
  1004. <td class="text-secondary" >
  1005. User
  1006. </td>
  1007. <td>
  1008. <a href="#">Edit</a>
  1009. </td>
  1010. </tr>
  1011. <tr>
  1012. <td >
  1013. <div class="d-flex py-1 align-items-center">
  1014. <span class="avatar me-2" style="background-image: url(./static/avatars/004f.jpg)"></span>
  1015. <div class="flex-fill">
  1016. <div class="font-weight-medium">Leesa Beaty</div>
  1017. <div class="text-secondary"><a href="#" class="text-reset">lbeatyb@alibaba.com</a></div>
  1018. </div>
  1019. </div>
  1020. </td>
  1021. <td >
  1022. <div>Editor</div>
  1023. <div class="text-secondary">Services</div>
  1024. </td>
  1025. <td class="text-secondary" >
  1026. Admin
  1027. </td>
  1028. <td>
  1029. <a href="#">Edit</a>
  1030. </td>
  1031. </tr>
  1032. <tr>
  1033. <td >
  1034. <div class="d-flex py-1 align-items-center">
  1035. <span class="avatar me-2" style="background-image: url(./static/avatars/007m.jpg)"></span>
  1036. <div class="flex-fill">
  1037. <div class="font-weight-medium">Perren Keemar</div>
  1038. <div class="text-secondary"><a href="#" class="text-reset">pkeemarc@yahoo.com</a></div>
  1039. </div>
  1040. </div>
  1041. </td>
  1042. <td >
  1043. <div>Analog Circuit Design manager</div>
  1044. <div class="text-secondary">Services</div>
  1045. </td>
  1046. <td class="text-secondary" >
  1047. User
  1048. </td>
  1049. <td>
  1050. <a href="#">Edit</a>
  1051. </td>
  1052. </tr>
  1053. <tr>
  1054. <td >
  1055. <div class="d-flex py-1 align-items-center">
  1056. <span class="avatar me-2">SA</span>
  1057. <div class="flex-fill">
  1058. <div class="font-weight-medium">Sunny Airey</div>
  1059. <div class="text-secondary"><a href="#" class="text-reset">saireyd@prlog.org</a></div>
  1060. </div>
  1061. </div>
  1062. </td>
  1063. <td >
  1064. <div>Nuclear Power Engineer</div>
  1065. <div class="text-secondary">Engineering</div>
  1066. </td>
  1067. <td class="text-secondary" >
  1068. Owner
  1069. </td>
  1070. <td>
  1071. <a href="#">Edit</a>
  1072. </td>
  1073. </tr>
  1074. <tr>
  1075. <td >
  1076. <div class="d-flex py-1 align-items-center">
  1077. <span class="avatar me-2" style="background-image: url(./static/avatars/009m.jpg)"></span>
  1078. <div class="flex-fill">
  1079. <div class="font-weight-medium">Geoffry Flaunders</div>
  1080. <div class="text-secondary"><a href="#" class="text-reset">gflaunderse@loc.gov</a></div>
  1081. </div>
  1082. </div>
  1083. </td>
  1084. <td >
  1085. <div>Software Test Engineer II</div>
  1086. <div class="text-secondary">Accounting</div>
  1087. </td>
  1088. <td class="text-secondary" >
  1089. Admin
  1090. </td>
  1091. <td>
  1092. <a href="#">Edit</a>
  1093. </td>
  1094. </tr>
  1095. </tbody>
  1096. </table>
  1097. </div>
  1098. </div>
  1099. </div>
  1100. <div class="col-12">
  1101. <div class="card">
  1102. <div class="table-responsive">
  1103. <table
  1104. class="table table-vcenter table-mobile-md card-table">
  1105. <thead>
  1106. <tr>
  1107. <th>Name</th>
  1108. <th>Title</th>
  1109. <th>Role</th>
  1110. <th class="w-1"></th>
  1111. </tr>
  1112. </thead>
  1113. <tbody>
  1114. <tr>
  1115. <td data-label="Name" >
  1116. <div class="d-flex py-1 align-items-center">
  1117. <span class="avatar me-2" style="background-image: url(./static/avatars/010m.jpg)"></span>
  1118. <div class="flex-fill">
  1119. <div class="font-weight-medium">Thatcher Keel</div>
  1120. <div class="text-secondary"><a href="#" class="text-reset">tkeelf@blogger.com</a></div>
  1121. </div>
  1122. </div>
  1123. </td>
  1124. <td data-label="Title" >
  1125. <div>VP Sales</div>
  1126. <div class="text-secondary">Business Development</div>
  1127. </td>
  1128. <td class="text-secondary" data-label="Role" >
  1129. User
  1130. </td>
  1131. <td>
  1132. <div class="btn-list flex-nowrap">
  1133. <a href="#" class="btn">
  1134. Edit
  1135. </a>
  1136. <div class="dropdown">
  1137. <button class="btn dropdown-toggle align-text-top" data-bs-toggle="dropdown">
  1138. Actions
  1139. </button>
  1140. <div class="dropdown-menu dropdown-menu-end">
  1141. <a class="dropdown-item" href="#">
  1142. Action
  1143. </a>
  1144. <a class="dropdown-item" href="#">
  1145. Another action
  1146. </a>
  1147. </div>
  1148. </div>
  1149. </div>
  1150. </td>
  1151. </tr>
  1152. <tr>
  1153. <td data-label="Name" >
  1154. <div class="d-flex py-1 align-items-center">
  1155. <span class="avatar me-2" style="background-image: url(./static/avatars/005f.jpg)"></span>
  1156. <div class="flex-fill">
  1157. <div class="font-weight-medium">Dyann Escala</div>
  1158. <div class="text-secondary"><a href="#" class="text-reset">descalag@usatoday.com</a></div>
  1159. </div>
  1160. </div>
  1161. </td>
  1162. <td data-label="Title" >
  1163. <div>Mechanical Systems Engineer</div>
  1164. <div class="text-secondary">Sales</div>
  1165. </td>
  1166. <td class="text-secondary" data-label="Role" >
  1167. Admin
  1168. </td>
  1169. <td>
  1170. <div class="btn-list flex-nowrap">
  1171. <a href="#" class="btn">
  1172. Edit
  1173. </a>
  1174. <div class="dropdown">
  1175. <button class="btn dropdown-toggle align-text-top" data-bs-toggle="dropdown">
  1176. Actions
  1177. </button>
  1178. <div class="dropdown-menu dropdown-menu-end">
  1179. <a class="dropdown-item" href="#">
  1180. Action
  1181. </a>
  1182. <a class="dropdown-item" href="#">
  1183. Another action
  1184. </a>
  1185. </div>
  1186. </div>
  1187. </div>
  1188. </td>
  1189. </tr>
  1190. <tr>
  1191. <td data-label="Name" >
  1192. <div class="d-flex py-1 align-items-center">
  1193. <span class="avatar me-2" style="background-image: url(./static/avatars/006f.jpg)"></span>
  1194. <div class="flex-fill">
  1195. <div class="font-weight-medium">Avivah Mugleston</div>
  1196. <div class="text-secondary"><a href="#" class="text-reset">amuglestonh@intel.com</a></div>
  1197. </div>
  1198. </div>
  1199. </td>
  1200. <td data-label="Title" >
  1201. <div>Actuary</div>
  1202. <div class="text-secondary">Sales</div>
  1203. </td>
  1204. <td class="text-secondary" data-label="Role" >
  1205. User
  1206. </td>
  1207. <td>
  1208. <div class="btn-list flex-nowrap">
  1209. <a href="#" class="btn">
  1210. Edit
  1211. </a>
  1212. <div class="dropdown">
  1213. <button class="btn dropdown-toggle align-text-top" data-bs-toggle="dropdown">
  1214. Actions
  1215. </button>
  1216. <div class="dropdown-menu dropdown-menu-end">
  1217. <a class="dropdown-item" href="#">
  1218. Action
  1219. </a>
  1220. <a class="dropdown-item" href="#">
  1221. Another action
  1222. </a>
  1223. </div>
  1224. </div>
  1225. </div>
  1226. </td>
  1227. </tr>
  1228. <tr>
  1229. <td data-label="Name" >
  1230. <div class="d-flex py-1 align-items-center">
  1231. <span class="avatar me-2">AA</span>
  1232. <div class="flex-fill">
  1233. <div class="font-weight-medium">Arlie Armstead</div>
  1234. <div class="text-secondary"><a href="#" class="text-reset">aarmsteadi@yellowpages.com</a></div>
  1235. </div>
  1236. </div>
  1237. </td>
  1238. <td data-label="Title" >
  1239. <div>VP Quality Control</div>
  1240. <div class="text-secondary">Accounting</div>
  1241. </td>
  1242. <td class="text-secondary" data-label="Role" >
  1243. Owner
  1244. </td>
  1245. <td>
  1246. <div class="btn-list flex-nowrap">
  1247. <a href="#" class="btn">
  1248. Edit
  1249. </a>
  1250. <div class="dropdown">
  1251. <button class="btn dropdown-toggle align-text-top" data-bs-toggle="dropdown">
  1252. Actions
  1253. </button>
  1254. <div class="dropdown-menu dropdown-menu-end">
  1255. <a class="dropdown-item" href="#">
  1256. Action
  1257. </a>
  1258. <a class="dropdown-item" href="#">
  1259. Another action
  1260. </a>
  1261. </div>
  1262. </div>
  1263. </div>
  1264. </td>
  1265. </tr>
  1266. <tr>
  1267. <td data-label="Name" >
  1268. <div class="d-flex py-1 align-items-center">
  1269. <span class="avatar me-2" style="background-image: url(./static/avatars/008f.jpg)"></span>
  1270. <div class="flex-fill">
  1271. <div class="font-weight-medium">Tessie Curzon</div>
  1272. <div class="text-secondary"><a href="#" class="text-reset">tcurzonj@hp.com</a></div>
  1273. </div>
  1274. </div>
  1275. </td>
  1276. <td data-label="Title" >
  1277. <div>Research Nurse</div>
  1278. <div class="text-secondary">Product Management</div>
  1279. </td>
  1280. <td class="text-secondary" data-label="Role" >
  1281. Admin
  1282. </td>
  1283. <td>
  1284. <div class="btn-list flex-nowrap">
  1285. <a href="#" class="btn">
  1286. Edit
  1287. </a>
  1288. <div class="dropdown">
  1289. <button class="btn dropdown-toggle align-text-top" data-bs-toggle="dropdown">
  1290. Actions
  1291. </button>
  1292. <div class="dropdown-menu dropdown-menu-end">
  1293. <a class="dropdown-item" href="#">
  1294. Action
  1295. </a>
  1296. <a class="dropdown-item" href="#">
  1297. Another action
  1298. </a>
  1299. </div>
  1300. </div>
  1301. </div>
  1302. </td>
  1303. </tr>
  1304. </tbody>
  1305. </table>
  1306. </div>
  1307. </div>
  1308. </div>
  1309. <div class="col-12">
  1310. <div class="card">
  1311. <div class="card-header">
  1312. <h3 class="card-title">Invoices</h3>
  1313. </div>
  1314. <div class="card-body border-bottom py-3">
  1315. <div class="d-flex">
  1316. <div class="text-secondary">
  1317. Show
  1318. <div class="mx-2 d-inline-block">
  1319. <input type="text" class="form-control form-control-sm" value="8" size="3" aria-label="Invoices count">
  1320. </div>
  1321. entries
  1322. </div>
  1323. <div class="ms-auto text-secondary">
  1324. Search:
  1325. <div class="ms-2 d-inline-block">
  1326. <input type="text" class="form-control form-control-sm" aria-label="Search invoice">
  1327. </div>
  1328. </div>
  1329. </div>
  1330. </div>
  1331. <div class="table-responsive">
  1332. <table class="table card-table table-vcenter text-nowrap datatable">
  1333. <thead>
  1334. <tr>
  1335. <th class="w-1"><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select all invoices"></th>
  1336. <th class="w-1">No. <!-- Download SVG icon from http://tabler-icons.io/i/chevron-up -->
  1337. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-sm icon-thick" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 15l6 -6l6 6" /></svg>
  1338. </th>
  1339. <th>Invoice Subject</th>
  1340. <th>Client</th>
  1341. <th>VAT No.</th>
  1342. <th>Created</th>
  1343. <th>Status</th>
  1344. <th>Price</th>
  1345. <th></th>
  1346. </tr>
  1347. </thead>
  1348. <tbody>
  1349. <tr>
  1350. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1351. <td><span class="text-secondary">001401</span></td>
  1352. <td><a href="invoice.html" class="text-reset" tabindex="-1">Design Works</a></td>
  1353. <td>
  1354. <span class="flag flag-country-us"></span>
  1355. Carlson Limited
  1356. </td>
  1357. <td>
  1358. 87956621
  1359. </td>
  1360. <td>
  1361. 15 Dec 2017
  1362. </td>
  1363. <td>
  1364. <span class="badge bg-success me-1"></span> Paid
  1365. </td>
  1366. <td>$887</td>
  1367. <td class="text-end">
  1368. <span class="dropdown">
  1369. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1370. <div class="dropdown-menu dropdown-menu-end">
  1371. <a class="dropdown-item" href="#">
  1372. Action
  1373. </a>
  1374. <a class="dropdown-item" href="#">
  1375. Another action
  1376. </a>
  1377. </div>
  1378. </span>
  1379. </td>
  1380. </tr>
  1381. <tr>
  1382. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1383. <td><span class="text-secondary">001402</span></td>
  1384. <td><a href="invoice.html" class="text-reset" tabindex="-1">UX Wireframes</a></td>
  1385. <td>
  1386. <span class="flag flag-country-gb"></span>
  1387. Adobe
  1388. </td>
  1389. <td>
  1390. 87956421
  1391. </td>
  1392. <td>
  1393. 12 Apr 2017
  1394. </td>
  1395. <td>
  1396. <span class="badge bg-warning me-1"></span> Pending
  1397. </td>
  1398. <td>$1200</td>
  1399. <td class="text-end">
  1400. <span class="dropdown">
  1401. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1402. <div class="dropdown-menu dropdown-menu-end">
  1403. <a class="dropdown-item" href="#">
  1404. Action
  1405. </a>
  1406. <a class="dropdown-item" href="#">
  1407. Another action
  1408. </a>
  1409. </div>
  1410. </span>
  1411. </td>
  1412. </tr>
  1413. <tr>
  1414. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1415. <td><span class="text-secondary">001403</span></td>
  1416. <td><a href="invoice.html" class="text-reset" tabindex="-1">New Dashboard</a></td>
  1417. <td>
  1418. <span class="flag flag-country-de"></span>
  1419. Bluewolf
  1420. </td>
  1421. <td>
  1422. 87952621
  1423. </td>
  1424. <td>
  1425. 23 Oct 2017
  1426. </td>
  1427. <td>
  1428. <span class="badge bg-warning me-1"></span> Pending
  1429. </td>
  1430. <td>$534</td>
  1431. <td class="text-end">
  1432. <span class="dropdown">
  1433. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1434. <div class="dropdown-menu dropdown-menu-end">
  1435. <a class="dropdown-item" href="#">
  1436. Action
  1437. </a>
  1438. <a class="dropdown-item" href="#">
  1439. Another action
  1440. </a>
  1441. </div>
  1442. </span>
  1443. </td>
  1444. </tr>
  1445. <tr>
  1446. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1447. <td><span class="text-secondary">001404</span></td>
  1448. <td><a href="invoice.html" class="text-reset" tabindex="-1">Landing Page</a></td>
  1449. <td>
  1450. <span class="flag flag-country-br"></span>
  1451. Salesforce
  1452. </td>
  1453. <td>
  1454. 87953421
  1455. </td>
  1456. <td>
  1457. 2 Sep 2017
  1458. </td>
  1459. <td>
  1460. <span class="badge bg-secondary me-1"></span> Due in 2 Weeks
  1461. </td>
  1462. <td>$1500</td>
  1463. <td class="text-end">
  1464. <span class="dropdown">
  1465. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1466. <div class="dropdown-menu dropdown-menu-end">
  1467. <a class="dropdown-item" href="#">
  1468. Action
  1469. </a>
  1470. <a class="dropdown-item" href="#">
  1471. Another action
  1472. </a>
  1473. </div>
  1474. </span>
  1475. </td>
  1476. </tr>
  1477. <tr>
  1478. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1479. <td><span class="text-secondary">001405</span></td>
  1480. <td><a href="invoice.html" class="text-reset" tabindex="-1">Marketing Templates</a></td>
  1481. <td>
  1482. <span class="flag flag-country-pl"></span>
  1483. Printic
  1484. </td>
  1485. <td>
  1486. 87956621
  1487. </td>
  1488. <td>
  1489. 29 Jan 2018
  1490. </td>
  1491. <td>
  1492. <span class="badge bg-danger me-1"></span> Paid Today
  1493. </td>
  1494. <td>$648</td>
  1495. <td class="text-end">
  1496. <span class="dropdown">
  1497. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1498. <div class="dropdown-menu dropdown-menu-end">
  1499. <a class="dropdown-item" href="#">
  1500. Action
  1501. </a>
  1502. <a class="dropdown-item" href="#">
  1503. Another action
  1504. </a>
  1505. </div>
  1506. </span>
  1507. </td>
  1508. </tr>
  1509. <tr>
  1510. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1511. <td><span class="text-secondary">001406</span></td>
  1512. <td><a href="invoice.html" class="text-reset" tabindex="-1">Sales Presentation</a></td>
  1513. <td>
  1514. <span class="flag flag-country-br"></span>
  1515. Tabdaq
  1516. </td>
  1517. <td>
  1518. 87956621
  1519. </td>
  1520. <td>
  1521. 4 Feb 2018
  1522. </td>
  1523. <td>
  1524. <span class="badge bg-secondary me-1"></span> Due in 3 Weeks
  1525. </td>
  1526. <td>$300</td>
  1527. <td class="text-end">
  1528. <span class="dropdown">
  1529. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1530. <div class="dropdown-menu dropdown-menu-end">
  1531. <a class="dropdown-item" href="#">
  1532. Action
  1533. </a>
  1534. <a class="dropdown-item" href="#">
  1535. Another action
  1536. </a>
  1537. </div>
  1538. </span>
  1539. </td>
  1540. </tr>
  1541. <tr>
  1542. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1543. <td><span class="text-secondary">001407</span></td>
  1544. <td><a href="invoice.html" class="text-reset" tabindex="-1">Logo & Print</a></td>
  1545. <td>
  1546. <span class="flag flag-country-us"></span>
  1547. Apple
  1548. </td>
  1549. <td>
  1550. 87956621
  1551. </td>
  1552. <td>
  1553. 22 Mar 2018
  1554. </td>
  1555. <td>
  1556. <span class="badge bg-success me-1"></span> Paid Today
  1557. </td>
  1558. <td>$2500</td>
  1559. <td class="text-end">
  1560. <span class="dropdown">
  1561. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1562. <div class="dropdown-menu dropdown-menu-end">
  1563. <a class="dropdown-item" href="#">
  1564. Action
  1565. </a>
  1566. <a class="dropdown-item" href="#">
  1567. Another action
  1568. </a>
  1569. </div>
  1570. </span>
  1571. </td>
  1572. </tr>
  1573. <tr>
  1574. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1575. <td><span class="text-secondary">001408</span></td>
  1576. <td><a href="invoice.html" class="text-reset" tabindex="-1">Icons</a></td>
  1577. <td>
  1578. <span class="flag flag-country-pl"></span>
  1579. Tookapic
  1580. </td>
  1581. <td>
  1582. 87956621
  1583. </td>
  1584. <td>
  1585. 13 May 2018
  1586. </td>
  1587. <td>
  1588. <span class="badge bg-success me-1"></span> Paid Today
  1589. </td>
  1590. <td>$940</td>
  1591. <td class="text-end">
  1592. <span class="dropdown">
  1593. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1594. <div class="dropdown-menu dropdown-menu-end">
  1595. <a class="dropdown-item" href="#">
  1596. Action
  1597. </a>
  1598. <a class="dropdown-item" href="#">
  1599. Another action
  1600. </a>
  1601. </div>
  1602. </span>
  1603. </td>
  1604. </tr>
  1605. </tbody>
  1606. </table>
  1607. </div>
  1608. <div class="card-footer d-flex align-items-center">
  1609. <p class="m-0 text-secondary">Showing <span>1</span> to <span>8</span> of <span>16</span> entries</p>
  1610. <ul class="pagination m-0 ms-auto">
  1611. <li class="page-item disabled">
  1612. <a class="page-link" href="#" tabindex="-1" aria-disabled="true">
  1613. <!-- Download SVG icon from http://tabler-icons.io/i/chevron-left -->
  1614. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M15 6l-6 6l6 6" /></svg>
  1615. prev
  1616. </a>
  1617. </li>
  1618. <li class="page-item"><a class="page-link" href="#">1</a></li>
  1619. <li class="page-item active"><a class="page-link" href="#">2</a></li>
  1620. <li class="page-item"><a class="page-link" href="#">3</a></li>
  1621. <li class="page-item"><a class="page-link" href="#">4</a></li>
  1622. <li class="page-item"><a class="page-link" href="#">5</a></li>
  1623. <li class="page-item">
  1624. <a class="page-link" href="#">
  1625. next <!-- Download SVG icon from http://tabler-icons.io/i/chevron-right -->
  1626. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 6l6 6l-6 6" /></svg>
  1627. </a>
  1628. </li>
  1629. </ul>
  1630. </div>
  1631. </div>
  1632. </div>
  1633. </div>
  1634. </div>
  1635. </div>
  1636. <footer class="footer footer-transparent d-print-none">
  1637. <div class="container-xl">
  1638. <div class="row text-center align-items-center flex-row-reverse">
  1639. <div class="col-lg-auto ms-lg-auto">
  1640. <ul class="list-inline list-inline-dots mb-0">
  1641. <li class="list-inline-item"><a href="https://tabler.io/docs" target="_blank" class="link-secondary" rel="noopener">Documentation</a></li>
  1642. <li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
  1643. <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
  1644. <li class="list-inline-item">
  1645. <a href="https://github.com/sponsors/codecalm" target="_blank" class="link-secondary" rel="noopener">
  1646. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1647. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-pink icon-filled icon-inline" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  1648. Sponsor
  1649. </a>
  1650. </li>
  1651. </ul>
  1652. </div>
  1653. <div class="col-12 col-lg-auto mt-3 mt-lg-0">
  1654. <ul class="list-inline list-inline-dots mb-0">
  1655. <li class="list-inline-item">
  1656. Copyright &copy; 2023
  1657. <a href="." class="link-secondary">Tabler</a>.
  1658. All rights reserved.
  1659. </li>
  1660. <li class="list-inline-item">
  1661. <a href="./changelog.html" class="link-secondary" rel="noopener">
  1662. v1.0.0-beta19
  1663. </a>
  1664. </li>
  1665. </ul>
  1666. </div>
  1667. </div>
  1668. </div>
  1669. </footer>
  1670. </div>
  1671. </div>
  1672. <!-- Libs JS -->
  1673. <!-- Tabler Core -->
  1674. <script src="./dist/js/tabler.min.js?1685973381" defer></script>
  1675. <script src="./dist/js/demo.min.js?1685973381" defer></script>
  1676. </body>
  1677. </html>