rstaib / jquery-bootgrid

Nice, sleek and intuitive. A grid control especially designed for bootstrap.
http://www.jquery-bootgrid.com
MIT License
972 stars 364 forks source link

Better infos formatting? #333

Open mschwartz opened 7 years ago

mschwartz commented 7 years ago

I want to change the formatting of the numbers in the infos string.

Right now it shows "Showing 1 of 2520525252" (maybe some big number!

I want it to show "Showing 1 of 2,252,252,252" (with commas!)

This doesn't work :(

labels: {
  infos: 'Showing {{ctx.start.toLocaleString()}} to {{ctx.end.toLocaleString()}} of {{ctx,total.toLocaleString()}}'
}