Top Level :: Structures

Package Information: Structures_DataGrid_Renderer_HTMLTable 0.1.0

Show All Changelogs
» Version » Information
0.1.5 2008-01-16     beta
0.1.4 2007-12-18     beta
0.1.3 2006-12-16     beta
0.1.2 2006-10-22     beta
0.1.1 2006-09-25     beta
0.1.0Download

Release date: 2006-06-19 16:15 UTC
Release state: beta

Changelog:

Changes since Structures_DataGrid 0.6.3:

- Renderer driver unbundled from Structures_DataGrid core
- now using grouping into <thead>, <tfoot> and <tbody>
- auto-alignment: now automatic aligning of numeric values to the right;
this is configurable with the 'numberAlign' option
- bug #5829: renderer is now compatible with multi-bytes caracters
(thanks <kenchou77 at gmail dot com>)
- bug #6031: charsets like GB2312 weren't displayed correctly; new
'encoding' option (passed to htmlspecialchars())
(thanks <digit_shine at yahoo dot com dot cn>)
request #5886 is related to this bug: the default value of the new
'encoding' option is now set from mb_internal_encoding() if the
mbstring extension is loaded; otherwise, the default is ISO-8859-1
(thanks <tobias at neuyork dot de>)
- request #5838: new 'convertEntities' option
(thanks <abriening at comcast dot net>)
- new excludeVars() method: this method allows to exclude some GET
variables from the generated links, much like Pager's 'excludeVars'
option

Dependencies: