tables.html 91 KB

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