github graphieros/vue-data-ui v2.4.54

latest releases: v3.1.2, v3.1.1, v3.1.0...
8 months ago

User options menu display state #148

Add config options to control the state of the user options menu:

userOptions: {
  show: boolean, // Not new. Has to be true for these new options to be applied. Is true by default
  showOnChartHover: boolean; // New option. Default: false. Set to true to only show the burger menu when hovering the component
  keepStateOnChartLeave: boolean; // New option. Default: true. Set to false to always close the menu when hovering out the component
}

VueUiTableSparkline #144

  • Display buttons for each sorting order
  • Fix regressions in responsive mode

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.