Skip to content
Compare
Choose a tag to compare
@zbeyens zbeyens released this 28 Nov 10:49
· 2825 commits to main since this release
3f029b9

Patch Changes

  • #2724 by @duckRabbitPy – Table row insertion: cells in a newly added row will now receive header styling only if they satisfy specific criteria:

    • Every cell in the column is a header cell,
    • The table contains more than one row, or
    • The column possesses a predefined header property.
  • 0b5962d0 by @zbeyens – Fix: useTableMergeState should return false values when enableMerging: false