Skip to content

v2.0.0-beta.2

Compare
Choose a tag to compare
@ratiw ratiw released this 13 Aug 11:12
· 10 commits to next since this release

New props

  • detail-row-options
    • type: Object
    • default: {}
    • description: allow passing additional options to detail row component.
  • first-page
    • type: Number
    • default: 1
    • description: Set this prop to 0 for zero based pagination

Changes

  • data-manager - should be able to support Promise, thanks @bochkovyi.
  • add per-page to watch() section. Close #413. Thanks @lbenevenuto.
  • __sequence is now starting from 1 instead of 0 when pagination is disabled. Close #476. Thanks @kapalla.

Fixes

  • MIssing header-event in VuetableRowHeader. Close #482 #499. Thanks @martixy and @Atuna.
  • Fix function fetch not working as intended when using POST method. Close #388, #392. Thanks @mondul.