fix: datatable pagination and sort

This commit is contained in:
Muhammad Esa Yusriana
2023-03-29 21:48:31 +07:00
parent dba9f242c3
commit 21402cc4b5
2 changed files with 14 additions and 16 deletions

View File

@@ -146,7 +146,7 @@ defineExpose(all)
'rounded-l-md': i === 0,
'rounded-r-md': i + 1 === paginator.links.length,
}"
v-html="link.label"
v-html="link.label === 'pagination.next' ? `>` : (link.label === 'pagination.previous' ? '<' : link.label)"
/>
</div>
</div>