forked from rwjblue/pivot.js
-
Notifications
You must be signed in to change notification settings - Fork 2
jQuery_pivot Supporting Cast
rjackson edited this page Apr 19, 2012
·
2 revisions
Tools also used in the demo:
Accounting.js allows us to store the values in the CSV/JSON data file without commas or currency symbols, but still display them in a human readable way.
accounting.formatMoney('12345.98') // => '$12,345.98'
accounting.formatNumber('12345.98') // => '12,346'
DataTables is a great jQuery plugin that allows you to make interactive tables from standard HTML. Learn more about our usage of DataTables here.
ISO8601(2012-04-19) dates are still not handled properly by Safari 5.1 or IE8. This library allows us to reliably use ISO8601 dates in the CSV/JSON data file. This library add ISO8601 support to Date.parse for those browsers that do not support it natively.