Dyna-grid release notes
From Jsorm
dyna-grid changelog / release notes. Where ideas have been provided by others, the line is appended with one or more of: their full name; their email address; their forum login. Their name and/or email is provided only at their discretion.
0.9
- Fixed bug wherein if you selected a row, and then used the down arrow key to slide down, it would not correctly automatically load the next/previous rows when you reached the bottom, if this was the first load, and you used autoLoad.
0.8
- Fixed bug wherein setting a DOCTYPE of XHTML STRICT (and possibly TRANSITIONAL) would break the grid padding. This was due to STRICT requiring that CSS style 'padding-top' have a number and unit, e.g. '200px' and not just a number e.g. 200. Non-STRICT would default to assuming it was pixels.
0.7
- Fixed bug wherein the parameters were passed in the argument to load, rather than the params option of load
- Fixed PagingMemoryProxy to correctly handle these changes
- Fixed sample page to correctly use these options
0.6
- PagingMemoryProxy now supports loading from a URL
0.5
- First public release
