123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <table
- class="pb-3"
- >
- <thead>
-
- <th
- class="h-10 p-2.5 text-xs ltr:text-left rtl:text-right"
- >
-
- <common-label-stub
- class="-:font-normal -:text-stone-200 -:dark:text-neutral-500 text-left"
- size="small"
- tag="span"
- />
-
-
-
- </th>
- <th
- class="h-10 p-2.5 text-xs ltr:text-left rtl:text-right"
- >
-
- <common-label-stub
- class="-:font-normal -:text-stone-200 -:dark:text-neutral-500 text-left"
- size="small"
- tag="span"
- />
-
-
-
- </th>
-
- <th
- class="h-10 w-0 p-2.5 text-center"
- >
- <common-label-stub
- class="font-normal text-stone-200 dark:text-neutral-500"
- size="small"
- tag="span"
- />
- </th>
- </thead>
- <tbody>
-
- <simple-table-row-stub
- isrowselected="false"
- item="[object Object]"
- />
-
- </tbody>
- </table>
|