Skip to content

fix table pagination label direction#18313

Merged
rstoenescu merged 1 commit into
quasarframework:devfrom
abubakergo:fix/table-pagination-label-direction
Jun 8, 2026
Merged

fix table pagination label direction#18313
rstoenescu merged 1 commit into
quasarframework:devfrom
abubakergo:fix/table-pagination-label-direction

Conversation

@abubakergo

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Documentation
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change?

  • Yes
  • No

The PR fulfills these requirements:

  • It's submitted to the dev branch (or v[X] branch)
  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix: #xxx[,#xxx], where "xxx" is the issue number)
  • It's been tested on a Cordova (iOS, Android) app
  • It's been tested on an Electron app
  • Any necessary documentation has been added or updated in the docs or explained in the PR's description.

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature (to avoid wasting your time, it's best to start a new feature discussion first and wait for approval before working on it)

Other information:
Just adding a space after 'start' word and a space before 'end' word in lang files and related docs to fix and enhance table pagination label when changing direction

before:
11
12

after:
21
22

@rstoenescu rstoenescu merged commit 145094a into quasarframework:dev Jun 8, 2026
2 checks passed
@rstoenescu

Copy link
Copy Markdown
Member

Thanks for contributing!
This will go into upcoming Quasar v2.20.0

@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

Build Results

JSON API

📜 Changes detected:

diff --git a/./current-build/api/Lang.json b/./pr-build/api/Lang.json
index de511f5..3fe8b8a 100644
--- a/./current-build/api/Lang.json
+++ b/./pr-build/api/Lang.json
@@ -330,7 +330,7 @@
                 ]
               },
               "examples": [
-                "(start, end, total) => start + '-' + end + ' of ' + total"
+                "(start, end, total) => start + ' - ' + end + ' of ' + total"
               ]
             },
             "columns": {
@@ -1027,7 +1027,7 @@
                     ]
                   },
                   "examples": [
-                    "(start, end, total) => start + '-' + end + ' of ' + total"
+                    "(start, end, total) => start + ' - ' + end + ' of ' + total"
                   ]
                 },
                 "columns": {

Types

📜 No changes detected.

@abubakergo abubakergo deleted the fix/table-pagination-label-direction branch June 8, 2026 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants