Release Notes: New methods include show_row_num() and set_row_select(). A user now needs to double-click on a cell to edit it. This allows both cell editing and single cell selection at once. The set_editable_size() method is now deprecated, and no alternate way is provided because OS3Grid now sets the right editable size automatically. Some fixes were also made.


Release Notes: New methods "get_row_attrs()" and "set_row_attr()" enable the developer to hide application specific row attributes inside the row structure. These attributes are always available and tightly bound to the row, allowing the developer to implement special features. See the example "Using OS3Grid to Edit a Dataset" for an advenced demo. The new method "get_col_attrs()" enables the developer to inspect cell information.


Release Notes: This version of OS3Grid offers two new features: the ability for the user to resize columns interactively and column renderers to change column data before it is output to the Grid. Also, the new attribute "start_counter" will let the programmer define which is the first row number to be shown. This is just a counter, and all the rows will be output as usual. The documentation has been updated to cover these new features. Two new examples have been added to show new OS3Grid capabilities. CSS and examples have been updated to work better on Internet Explorer.


Release Notes: This version focused on bugfixes and documentation enhancements. A blocking bug preventing the cell editing functions from working was fixed. Many small issues with Internet Explorer were also fixed. The documentation now covers all APIs and introduces the new styling system.


Release Notes: Many new features were added, such as row selection, event callbacks, row styles, and customizable look. Some code cleanups and speedups were done. Compatibility with IE was improved.


Release Notes: New methods include show_row_num() and set_row_select(). A user now needs to double-click on a cell to edit it. This allows both cell editing and single cell selection at once. The set_editable_size() method is now deprecated, and no alternate way is provided because OS3Grid now sets the right editable size automatically. Some fixes were also made.