vxe-table 3.7.7 has been released, vue table solution

vxe-table 3.7.7 has been released, vue table solution

Updates in this version include:

  • table
    • (v3 remains compatible) method isExpandByRow changed to isRowExpandByRow
    • (v3 remains compatible) event edit-actived is changed to edit-activated
    • The global parameter table.autoResize is modified to false by default and can be set globallyVXETable.setup({ table: { autoResize: false } })
    • Fixed the problem of automatic positioning failure when horizontal virtual scrolling is enabled and verification fails.
    • Fixed the problem that the sort-change event could not be triggered in certain scenarios
    • Supports displaying multiple cell verifications
    • Optimize setEditRow method to support specified columns
    • Add method setPendingRow
    • Add method togglePendingRow
    • Add method getPendingRecords
    • Add method hasPendingByRow
    • Add method clearPendingRow
  • icon
    • Add parameter status
  • pulldown
    • Add slot header
    • Add slot footer
  • select
    • Add slot header
    • Add slot option
    • Add slot footer

View details: https://gitee.com/xuliangzhan_admin/vxe-table/releases/3.7.7

Guess you like

Origin www.oschina.net/news/272876/vxe-table-3-7-7-released