Skip to content

7.3.0

Latest
Compare
Choose a tag to compare
@ragardner ragardner released this 28 Nov 18:51

Version 7.3.0

Changed:

  • "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()