Top Level :: Structures

Package Information: Structures_DataGrid_Renderer_HTMLTable

Show All Changelogs
» Version » Information
0.1.5Download

Release date: 2008-01-16 17:08 UTC
Release state: beta

Changelog:

- Bug #12838: XHTML compliance -- onClick handler must be all lowercase

Dependencies:
0.1.4Download

Release date: 2007-12-18 16:29 UTC
Release state: beta

Changelog:

- add support for javascript onclick handlers (onMove option)
- Request #9994: add support for URL mapping, by Sascha Grossenbacher
- new classASC and classDESC options, for appending CSS class names to TH
elements according to sort order

Dependencies:
0.1.3Download

Release date: 2006-12-16 16:12 UTC
Release state: beta

Changelog:

- Bug #9548: added support for per-column default sort directions
(thanks to Anton, hire at ukr dot net)
- this package is now licensed under the New BSD license

Dependencies:
0.1.2Download

Release date: 2006-10-22 20:21 UTC
Release state: beta

Changelog:

- Bug #9191: using $_SERVER['PHP_SELF'] is vulnerable for XSS attacks;
special characters are now converted to HTML entities
(thanks to Bertrand Mansion, golgote at mamasam dot com)

Dependencies:
0.1.1Download

Release date: 2006-09-25 17:37 UTC
Release state: beta

Changelog:

- Bug #8172: fixed a minor space problem (removed the space between the label
and the sort icon in the column header cells)

Dependencies:
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: