You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-ads-table-tree

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-ads-table-tree - npm Package Versions

12

1.2.4

Diff
a
arnedesmedt
published 1.2.4 •

Changelog

Source

v1.2.4 - 07/12/2018

  • Bugfix on formatting the cell
  • Add the collapse/expand icon in a preferred column.
a
arnedesmedt
published 1.2.3 •

Changelog

Source

v1.2.3 - 07/12/2018

  • Bugfix if an item was loaded on the zero index.
  • Only remove the pagination on filtering and loading.
a
arnedesmedt
published 1.2.2 •

Changelog

Source

v1.2.2 - 27/11/2018

  • Small improvements
  • Update pagination component
a
arnedesmedt
published 1.2.1 •

Changelog

Source

v1.2.1 - 24/11/2018

  • Removed the width property for columns because it's now possible with the styling object.
  • Removed the start and end properties used by the pagination template. Now you have to call the pagination pageChange method.
  • Seperate config files from the package.json
  • Update eslint
a
arnedesmedt
published 1.2.0 •

Changelog

Source

v1.2.0 - 23/11/2018

  • Make a template of the filter input field and label.
  • Make a template of the pagination component.
  • Review the way of styling the table.
  • Don't call a method to execute the render of the table, but use computed properties.
a
arnedesmedt
published 1.1.0 •

Changelog

Source

v1.1.0 - 23/08/2018

  • A table cell can be overwritten with a custom template. So it's possible to use components in the cell.
  • Added a timeout when typing in the filter field, if an async call has to be made.
a
arnedesmedt
published 1.0.0 •

Changelog

Source

v1.0.0 - 15/08/2018

  • Initial release.