File Release Notes and Changelog
Notes:
Changes:
NEW: new methods:
- set_col_type ( col, type ) Allows the developer to describe the column type. This hint will
be used to sort column and to align in the right way.
- get_row ( row_num ) Returns an array with all the values of row ``row_num``
- set_click_cb ( col, callback ) Sets the function to be called when the user clicks on the column header.
Pass -1 to make a column unclickable.
new attributes:
- filter_args This is a T/F flag. If T, input to add_row() will be filtered and all
single quotes chars (') will be replaced with the "'" entity.