filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
19.39k stars 2.97k forks source link

Update indicator.blade.php - format $allSelectableRecordsCount #14838

Open ericmp33 opened 3 days ago

ericmp33 commented 3 days ago

Description

With tables containing more than 999 records, the Number facade can be used to enhance the user experience by formatting the numbers.

Visual changes

Before After
image image

Functional changes