We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 533d59f + d007a9c commit b9a243eCopy full SHA for b9a243e
src/internal.js
@@ -459,7 +459,7 @@ function renderPagination()
459
460
renderPaginationItem.call(this, pagination, "first", "«", "first")
461
._bgEnableAria(current > 1);
462
- renderPaginationItem.call(this, pagination, "prev", "<", "prev")
+ renderPaginationItem.call(this, pagination, "prev", "‹", "prev")
463
464
465
for (var i = 0; i < count; i++)
@@ -475,7 +475,7 @@ function renderPagination()
475
._bgEnableAria(false)._bgSelectAria();
476
}
477
478
- renderPaginationItem.call(this, pagination, "next", ">", "next")
+ renderPaginationItem.call(this, pagination, "next", "›", "next")
479
._bgEnableAria(totalPages > current);
480
renderPaginationItem.call(this, pagination, "last", "»", "last")
481
@@ -945,4 +945,4 @@ function sortRows()
945
this.rows.sort(sort);
946
947
948
-}
+}
0 commit comments