fix: datatable pagination and sort
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user