+
+ toggleSelectItem(doc.id)}
+ class="h-4 w-4 rounded border-gray-300"
+ />
+
+
+
{doc.title}
+
+ {new Date(doc.created_at).toLocaleDateString('th-TH')} โดย {doc.author.name}
+
+
+
+
+ {#if activePopoverId === doc.id}
+
+
+
+
+
+
+ {/if}
+
+
+
+ แสดง {(currentPage - 1) * itemsPerPage + 1} ถึง {Math.min(
+ currentPage * itemsPerPage,
+ filteredDocuments.length
+ )} จาก {filteredDocuments.length} รายการ
+
+
+
+ {#each Array(pageCount) as _, i}
+
+ {/each}
+
+
+