
Adds internationalization to date and currency columns.
Features
- Added internationalization.
- Defaults to lang set on html tag.
- Can set lang per grid.
- Can set global lang through api.
- Can set custom lang file.
- Added HTML standard direction dir="rtl" and dir="ltr".
- Added internationalization to date columns.
- Added conventionally standard tokens (moment.js) to date columns for custom date formatting.
- Refined currency columns for smart defaults to detect lang to format numbers.
- Added locale to number renderer.
- Refined filter/search to match the current language.
- Added defaultdisplay attribute to zinggrid and zgcolumn to display when the data value is null or undefined.
- Added [position="both"] attribute to <zgsource>.
- Added compact property to <zinggrid> to mirror [compact] attribute.
- Added params property (not attribute) to ZingGrid to allow setting of data params via JavaScript.
- Added params property to ZingGrid to allow setting of data params on object render.
- Changed getWidth() and getHeight() API methods to return the actual <zinggrid> width and height..
- Modified <zinggrid> [width] attribute to take values besides px. If no unit is specified, defaults to px.
- Added sorter style to the footer on sorting.