Formatting numbers in pagination #2247
Replies: 1 comment
-
Figured it out by formatting using JavaScript. For example: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to format numbers in pagination and info text next to it using format_number()?
When I publish assets
php artisan vendor:publish --tag=livewire-tables-views
and open resource/views/vendor/livewire-tables/components/pagination.blade.php, there is:<strong><span x-text="paginationTotalItemCount"></span></strong>
which I don't know if it's possible format because it's not Blade's variable.Beta Was this translation helpful? Give feedback.
All reactions