You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"end_edit_cell" events for single cell edits e.g. for cell text editor, dropdown box and checkbox edits now have the value prior to the edit in the event under keys cells.table
Variables default values in Sheet() init have changed from "inf" -> float("inf"):
max_column_width
max_row_height
max_index_width
max_header_height
Moved variables from Sheet.MT -> Sheet.ops:
max_column_width
max_row_height
max_index_width
max_header_height
Fixed:
Lag on resize index width or header height
Added:
Ability to set minimum column width: min_column_width in Sheet() init and set_options()